ports/security/py-gpgme/Makefile
Jason E. Hale fb02dbdb45 security/*gpgme*: Update to 1.7.0
security/py-gpgme: Convert pkg-plist to Python 3.x style
2022-02-20 10:18:42 -05:00

16 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"