diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 04:51:41 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 04:51:41 +0000 |
commit | 0ad51171801f6093b291e937a0fedede6027dc61 (patch) | |
tree | a920d66460e999a0eaab387c59d1d389cfbcb588 /security/py-m2crypto/Makefile | |
parent | PR: 53933 (diff) |
update security/py-m2crypto: 0.06 --> 0.11
PR: 53950
Submitted by: Ng Pheng Siong <ngps@post1.com> (mainttainer)
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r-- | security/py-m2crypto/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 858156d9206e..6ea55f140bd8 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -6,7 +6,7 @@ # PORTNAME= m2crypto -PORTVERSION= 0.06 +PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://www.post1.com/home/ngps/m2/ @@ -14,14 +14,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ngps@post1.com -COMMENT= Python wrapper for OpenSSL - -BROKEN= "Does not compile" +COMMENT= Crypto and SSL toolkit for Python BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \ pinstall:${PORTSDIR}/devel/pinstall -WRKSRC= ${WRKDIR}/${DISTNAME}/swig +WRKSRC= ${WRKDIR}/${DISTNAME}/SWIG USE_PYTHON= yes USE_ZIP= yes USE_OPENSSL= yes |