diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-11 15:59:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-11 15:59:59 +0000 |
commit | 4c7935e7e2fc5ad27a2b923241b037960e626738 (patch) | |
tree | 5799d1d848ec5372f6518da49e0e724b61f232ba /security/py-gnupg | |
parent | 2f82e6159a7b311746fec11112c9d3f347055e95 (diff) | |
download | ports-4c7935e7e2fc5ad27a2b923241b037960e626738.tar.gz ports-4c7935e7e2fc5ad27a2b923241b037960e626738.zip |
Notes
Diffstat (limited to 'security/py-gnupg')
-rw-r--r-- | security/py-gnupg/Makefile | 29 | ||||
-rw-r--r-- | security/py-gnupg/distinfo | 1 | ||||
-rw-r--r-- | security/py-gnupg/pkg-comment | 1 | ||||
-rw-r--r-- | security/py-gnupg/pkg-descr | 5 | ||||
-rw-r--r-- | security/py-gnupg/pkg-plist | 2 |
5 files changed, 38 insertions, 0 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile new file mode 100644 index 000000000000..5dfe8ee26bb4 --- /dev/null +++ b/security/py-gnupg/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# New ports collection makefile for: py-gnupg +# Date created: Jul 11, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gnupg +PORTVERSION= 0.1.0 +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= py-gnupg +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= GnuPGInterface-${PORTVERSION} + +MAINTAINER= ijliao@FreeBSD.org + +USE_PYTHON= yes + +SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py + +do-build: + @${SETUP_CMD} build + +do-install: + @${SETUP_CMD} install + +.include <bsd.port.mk> diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo new file mode 100644 index 000000000000..761952c3f1f2 --- /dev/null +++ b/security/py-gnupg/distinfo @@ -0,0 +1 @@ +MD5 (GnuPGInterface-0.1.0.tar.gz) = 45a77f547e04f35048a6cd77886aa759 diff --git a/security/py-gnupg/pkg-comment b/security/py-gnupg/pkg-comment new file mode 100644 index 000000000000..978cbd16ce70 --- /dev/null +++ b/security/py-gnupg/pkg-comment @@ -0,0 +1 @@ +A Python module to interface with GnuPG diff --git a/security/py-gnupg/pkg-descr b/security/py-gnupg/pkg-descr new file mode 100644 index 000000000000..25fd9211147a --- /dev/null +++ b/security/py-gnupg/pkg-descr @@ -0,0 +1,5 @@ +GnuPGInterface is a Python module to interface with GnuPG . It concentrates +on interacting with GnuPG via filehandles, providing access to control GnuPG +via versatile and extensible means. + +WWW: http://py-gnupg.sourceforge.net/ diff --git a/security/py-gnupg/pkg-plist b/security/py-gnupg/pkg-plist new file mode 100644 index 000000000000..adaaecbac204 --- /dev/null +++ b/security/py-gnupg/pkg-plist @@ -0,0 +1,2 @@ +lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.py +lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyc |