- Add LICENSE - Sort RUN_DEPENDS - Sort USE_PYTHON - Fix indent - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/cedadev/ndg_httpsclient/releases PR: 200711 Submitted by: sunpoet (myself) Approved by: olivierd (maintainer)
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ndg_httpsclient
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enhance HTTPS support for httplib and urllib2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.4:${PORTSDIR}/devel/py-asn1 \
|
|
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
USES= python
|
|
|
|
.include <bsd.port.mk>
|