diff options
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r-- | security/py-m2crypto/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 523ae64ee4f2..4ba0f6d99aea 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -6,25 +6,19 @@ # PORTNAME= m2crypto -PORTVERSION= 0.13.1 +PORTVERSION= 0.16 CATEGORIES= security python -MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/ +MASTER_SITES= http://wiki.osafoundation.org/pub/Projects/MeTooCrypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$//} - -PATCH_SITES= ${MASTER_SITES} MAINTAINER= mnag@FreeBSD.org COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 -PATCHFILES+= 0.13p1.patch - DIST_SUBDIR= python -USE_PYTHON= yes +USE_PYTHON= 2.3+ USE_PYDISTUTILS=yes -USE_ZIP= yes USE_OPENSSL= yes post-patch: |