summaryrefslogtreecommitdiff
path: root/security/py-gnupg/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2002-01-29 16:15:47 +0000
committerdrochner <drochner>2002-01-29 16:15:47 +0000
commit0c65776b4cd2ed5094fd78c6fdfea65f46f3f207 (patch)
tree62542d27ea7d07f3c628769b1d8e2667706adf0d /security/py-gnupg/Makefile
parent5a87929a03383ffeacae569b5f4a1844566f5915 (diff)
downloadpkgsrc-0c65776b4cd2ed5094fd78c6fdfea65f46f3f207.tar.gz
initial import of py-gnupg-0.3.2, a python interface to GnuPG,
submitted by Shell Hung per PR pkg/14541
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"