opnsense-ports/security/py-gpgme/Makefile
Franco Fichtner c79f8692b5 */*: sync with upstream
Taken from: HardenedBSD
2018-08-02 12:49:13 +02:00

18 lines
404 B
Makefile

# $FreeBSD$
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}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/gpg/_gpgme.so
.include "${MASTERDIR}/Makefile"