da53e9e577
- update to 0.4.0 - correct LICENSE (BSD3C instead of GPLv3) - add NO_ARCH, because package doesn't install platform-dependend files PR: 216721 Approved by: christer.edwards@gmail.com (maintainer)
20 lines
453 B
Makefile
20 lines
453 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= python-gnupg
|
|
PORTVERSION= 0.4.0
|
|
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>
|