opnsense-ports/net/py-ndg_httpsclient/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

23 lines
570 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= ndg_httpsclient
PORTVERSION= 0.4.0
PORTREVISION= 1
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
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>