summaryrefslogtreecommitdiff
path: root/security/py-asn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-asn1/Makefile')
-rw-r--r--security/py-asn1/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/py-asn1/Makefile b/security/py-asn1/Makefile
new file mode 100644
index 00000000000..59e98443987
--- /dev/null
+++ b/security/py-asn1/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 16:33:55 tonnerre Exp $
+#
+
+DISTNAME= pyasn1-0.0.8a
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyasn1/}
+
+MAINTAINER= tonnerre@NetBSD.org
+HOMEPAGE= http://pyasn1.sourceforge.net/
+COMMENT= ITU Abstract Syntax Notification for Python
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PYDISTUTILSPKG= yes
+#PYBINMODULE= yes
+PYSETUP= setup.py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"