pkgsrc/security/py-ndg_httpsclient/Makefile
fhajny be111ee80b Update security/py-ndg_httpsclient to 0.4.2.
0.4.2
- Fix to bug in ndg.httpsclient.utils.open_url - duplicate open call.

0.4.1
- Include metadata tags to show Python 3 compatibility
2016-11-11 09:09:02 +00:00

20 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.2 2016/11/11 09:09:02 fhajny Exp $
DISTNAME= ndg_httpsclient-0.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_GITHUB:=cedadev/}
MAINTAINER= filip@joyent.com
HOMEPAGE= http://github.com/cedadev/ndg_httpsclient/
COMMENT= HTTPS client implementation for httplib and urllib2 based on PyOpenSSL
LICENSE= modified-bsd
GITHUB_PROJECT= ndg_httpsclient
GITHUB_TAG= ${PKGVERSION_NOREV}
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.4:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"