aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcs <cs@FreeBSD.org>2014-02-22 22:12:27 +0800
committercs <cs@FreeBSD.org>2014-02-22 22:12:27 +0800
commit28d9923b73dbf12d2f21d892b24e01e3a89845a3 (patch)
tree8811b3b76195cc820f6e8c7b58525c3eed82022e /security
parentb856865c448b38dd11c08d3bc8c67c0c9596d9c1 (diff)
downloadfreebsd-ports-gnome-28d9923b73dbf12d2f21d892b24e01e3a89845a3.tar.gz
freebsd-ports-gnome-28d9923b73dbf12d2f21d892b24e01e3a89845a3.tar.zst
freebsd-ports-gnome-28d9923b73dbf12d2f21d892b24e01e3a89845a3.zip
Add devel/py-yaml as a run dependency
Diffstat (limited to 'security')
-rw-r--r--security/obfsproxy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile
index ebe3f1b731e4..d58e91815647 100644
--- a/security/obfsproxy/Makefile
+++ b/security/obfsproxy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= obfsproxy
PORTVERSION= 0.2.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security net python
MASTER_SITES= http://www.c-s.li/ports/
@@ -14,7 +15,8 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptlib \
${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto
+ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:${PORTSDIR}/security/py-pycrypto \
+ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml
USE_PYTHON= yes
USES= twisted