freebsd-ports/security/py-gpgme/Makefile

17 lines
367 B
Makefile

PORTREVISION= 0
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhale@FreeBSD.org
COMMENT= Gpgme Python bindings
MASTERDIR= ${.CURDIR}/../../security/gpgme
SLAVEPORT= python
BINDING_NAME= python
PLIST= ${.CURDIR}/pkg-plist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gpg/_gpgme*.so
.include "${MASTERDIR}/Makefile"