30bf7ffd51
PR: 204022 Submitted by: christer.edwards@gmail.com (maintainer)
18 lines
399 B
Makefile
18 lines
399 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-gnupg
|
|
PORTVERSION= 0.3.8
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|