add py-gnupg
A Python module to interface with GnuPG
This commit is contained in:
parent
2f82e6159a
commit
4c7935e7e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45040
6 changed files with 39 additions and 0 deletions
|
@ -139,6 +139,7 @@
|
|||
SUBDIR += pscan
|
||||
SUBDIR += py-amkCrypto
|
||||
SUBDIR += py-fchksum
|
||||
SUBDIR += py-gnupg
|
||||
SUBDIR += py-m2crypto
|
||||
SUBDIR += racoon
|
||||
SUBDIR += radiusniff
|
||||
|
|
29
security/py-gnupg/Makefile
Normal file
29
security/py-gnupg/Makefile
Normal file
|
@ -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>
|
1
security/py-gnupg/distinfo
Normal file
1
security/py-gnupg/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (GnuPGInterface-0.1.0.tar.gz) = 45a77f547e04f35048a6cd77886aa759
|
1
security/py-gnupg/pkg-comment
Normal file
1
security/py-gnupg/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Python module to interface with GnuPG
|
5
security/py-gnupg/pkg-descr
Normal file
5
security/py-gnupg/pkg-descr
Normal file
|
@ -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/
|
2
security/py-gnupg/pkg-plist
Normal file
2
security/py-gnupg/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyc
|
Loading…
Reference in a new issue