37bfef4775
PR: 232620 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-gnupg
|
|
PORTVERSION= 0.4.3
|
|
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= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python
|
|
|
|
NO_ARCH= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|