summaryrefslogtreecommitdiff
path: root/security/py-gpgme/Makefile
blob: 60bbffe8e329de623c2d2a5d4f5f99c44bfb7f86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

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"