aboutsummaryrefslogtreecommitdiff
path: root/security/py-m2crypto/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2009-01-27 10:20:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2009-01-27 10:20:52 +0000
commit17c1da2774f3dc5aedd1b0ebb8aa42c41712e216 (patch)
treea83693cd8953c8c29ea17fcaa3c789145161caed /security/py-m2crypto/Makefile
parent2ea61a47a4ac4ba9195358f4d5619259e624e3ce (diff)
Notes
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r--security/py-m2crypto/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 436c68da700b..909e36475186 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -6,10 +6,12 @@
#
PORTNAME= m2crypto
-PORTVERSION= 0.18.2
+PORTVERSION= 0.19.1
CATEGORIES= security python
-MASTER_SITES= http://chandlerproject.org/pub/Projects/MeTooCrypto/
+MASTER_SITES= CHEESESHOP \
+ http://chandlerproject.org/pub/Projects/MeTooCrypto/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= M2Crypto-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= mnag@FreeBSD.org
@@ -19,7 +21,8 @@ BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
USE_PYTHON= 2.3+
USE_OPENSSL= yes
-USE_PYDISTUTILS=yes
+USE_PYDISTUTILS= easy_install
+PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= M2Crypto
.include <bsd.port.pre.mk>