diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 10:43:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 10:43:13 +0000 |
commit | 1221547d563e1dc929222f000225630e52432275 (patch) | |
tree | 2b3442f4dd986f2f14ff02c18505f0baa2e6f822 /security/py-m2crypto/Makefile | |
parent | Upgrade to 0.51. (diff) |
- update to 0.06 final (not -snap6). bump PORTREVISION (PORTNAME was at
0.06, but DISTNAME had -snap6).
- give maintainership to the author, ngps@post1.com
- remove PLIST_SUB line (PYTHON_VERSION is automatically added now)
- specify full path to pinstall with ${LOCALBASE}
PR: 31496
Submitted by: (old) maintainer
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r-- | security/py-m2crypto/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index c2cdd77834d2..c3138797c1f2 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -7,14 +7,15 @@ PORTNAME= m2crypto PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://www.post1.com/home/ngps/m2/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-snap6 +DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= peterh@sapros.com +MAINTAINER= ngps@post1.com -BUILD_DEPENDS= swig:${PORTSDIR}/devel/SWIG \ +BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/SWIG-devel \ pinstall:${PORTSDIR}/devel/pinstall WRKSRC= ${WRKDIR}/${DISTNAME}/swig @@ -23,10 +24,6 @@ USE_ZIP= yes USE_OPENSSL= yes PINSTALL_PLIST= ${WRKDIR}/pinstall-plist -PLIST_SUB+= PYTHON_VERSION=${PYTHON_VERSION} - -pre-build: - ${TOUCH} ${WRKSRC}/_m2crypto_wrap.doc post-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/../M2Crypto @@ -36,6 +33,6 @@ do-install: cd ${WRKDIR}/lib/${PYTHON_VERSION}/site-packages && ${LN} -sf ../../../${DISTNAME}/M2Crypto post-install: - pinstall -v -f ${TMPPLIST} -d ${WRKDIR} + ${LOCALBASE}/bin/pinstall -v -f ${TMPPLIST} -d ${WRKDIR} .include <bsd.port.mk> |