aboutsummaryrefslogtreecommitdiff
path: root/security/py-cryptography
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-03-08 09:12:34 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-03-08 09:12:34 +0000
commit939cefd72d858c38409a8992caee055efc6c540f (patch)
tree5c7f9cbee2697f40a690de7812bc9dbb10a77b1f /security/py-cryptography
parent811d2c7a4784e1a3443078a6aa769fce4aa6573d (diff)
downloadports-939cefd72d858c38409a8992caee055efc6c540f.tar.gz
ports-939cefd72d858c38409a8992caee055efc6c540f.zip
Notes
Diffstat (limited to 'security/py-cryptography')
-rw-r--r--security/py-cryptography/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index d9707317d4af..8d898901cd0b 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cryptography
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,7 @@ LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0.8:${PORTSDIR}/devel/py-cffi \
${PYTHON_PKGNAMEPREFIX}six>=1.4.1:${PORTSDIR}/devel/py-six
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
USE_OPENSSL= yes