pkgsrc/security/py-asn1-modules/Makefile
wiz 6446ac6efb Import py34-asn1-modules-0.0.5 as security/py-asn1-modules.
This is a small but growing collection of ASN.1 data structures
expressed in Python terms using the pyasn1 data model.

It's thought to be useful to protocol developers and testers.
2014-11-24 14:21:01 +00:00

18 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/11/24 14:21:01 wiz Exp $
DISTNAME= pyasn1-modules-0.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyasn1/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pyasn1.sourceforge.net/
COMMENT= Modules for ITU Abstract Syntax Notification for Python
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.5:../../security/py-asn1
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"