Files

25 lines
508 B
Makefile
Raw Permalink Normal View History

COMMENT= enhanced HTTPS support for httplib and urllib2
2024-12-21 11:39:11 +00:00
MODPY_DISTV= 0.5.1
2026-03-16 22:28:25 +00:00
REVISION= 7
MODPY_PI_DIR= n/ndg-httpsclient
2024-12-21 11:39:11 +00:00
DISTNAME= ndg_httpsclient-${MODPY_DISTV}
PKGNAME= ${MODPY_PY_PREFIX}ndg-httpsclient-${MODPY_DISTV}
CATEGORIES= www
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
2022-11-25 21:11:34 +00:00
MODPY_PYBUILD = setuptools
MODPY_PI= Yes
2024-12-21 11:39:11 +00:00
RUN_DEPENDS= security/py-openssl \
devel/py-asn1
# tests require a running listener;
# cd ${WRKSRC}/ndg/httpsclient/test; scripts/openssl_https_server.sh
.include <bsd.port.mk>