pkgsrc/security/py-service_identity/Makefile
wiz bd3b11b1a5 Import py34-service_identity-14.0.0 as security/py-service_identity.
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.

In the simplest case, this means host name verification.  However,
service_identity implements RFC 6125 fully and plans to add other
relevant RFCs too.
2015-04-20 07:29:44 +00:00

19 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/04/20 07:29:44 wiz Exp $
DISTNAME= service_identity-14.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= https://pypi.python.org/packages/source/s/service_identity/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/service_identity
COMMENT= Service identity verification for pyOpenSSL
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.12:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-asn1-modules-[0-9]*:../../security/py-asn1-modules
DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"