aboutsummaryrefslogblamecommitdiff
path: root/security/py-gpgme/Makefile
blob: e636238bd91270914b904fd0cc15766da3d2af9b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                 











                                               
                                                                                            

                                
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"