freebsd-ports/net/py-ndg_httpsclient/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
550 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= ndg_httpsclient
PORTVERSION= 0.4.0
PORTREVISION= 2
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}pyasn1>=0.1.4:devel/py-pyasn1 \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>