mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
16 lines
367 B
Makefile
16 lines
367 B
Makefile
PORTREVISION= 1
|
|
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"
|