diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-17 17:43:48 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-17 17:43:48 +0000 |
commit | 7821c0e83eb2dd808b3d45fbc2f11b764bf1ad64 (patch) | |
tree | c1be64dec17822f5eb8db71ccc0699f0744d6680 /security/py-rsa/Makefile | |
parent | d906ff5612b5faa2a2ef20e878207a087cfa5f6e (diff) |
Notes
Diffstat (limited to 'security/py-rsa/Makefile')
-rw-r--r-- | security/py-rsa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile index 48dee4fe9dfb..a338edc3d9a4 100644 --- a/security/py-rsa/Makefile +++ b/security/py-rsa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rsa -PORTVERSION= 3.0.1 +PORTVERSION= 3.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.13:${PORTSDIR}/devel/py-asn1 -USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install |