diff options
-rw-r--r-- | security/pyobfsproxy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pyobfsproxy/Makefile b/security/pyobfsproxy/Makefile index f5bc3656353e..a1ae7d55c87f 100644 --- a/security/pyobfsproxy/Makefile +++ b/security/pyobfsproxy/Makefile @@ -4,12 +4,15 @@ PORTNAME= pyobfsproxy DISTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0:${PORTSDIR}/security/pyptlib + LICENSE= BSD USE_PYTHON= yes |