summaryrefslogtreecommitdiff
path: root/security/py-gnupg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-gnupg/Makefile')
-rw-r--r--security/py-gnupg/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile
new file mode 100644
index 00000000000..db2e299c9e7
--- /dev/null
+++ b/security/py-gnupg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $
+
+DISTNAME= GnuPGInterface-0.3.2
+PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/}
+
+MAINTAINER= shell@shellhung.org
+HOMEPAGE= http://py-gnupg.sourceforge.net/
+COMMENT= python module for GnuPG interface
+
+DEPENDS+= gnupg>=1.0.0:../../security/gnupg
+
+PYTHON_VERSIONS_ACCEPTED= 21
+PYDISTUTILSPKG= yes
+
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"