freebsd-ports/security/py-python-gnupg/Makefile
Steve Wills 4879a6d804 security/py-python-gnupg: update to 0.4.1
PR:		226375
Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2018-03-06 16:23:37 +00:00

20 lines
453 B
Makefile

# Created by: Christer Edwards <christer.edwards@gmail.com>
# $FreeBSD$
PORTNAME= python-gnupg
PORTVERSION= 0.4.1
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
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>