diff options
author | cs <cs@FreeBSD.org> | 2013-03-27 21:38:56 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-27 21:38:56 +0800 |
commit | b6ffc9a4e67fffddcc66c41758c9ae8d41107232 (patch) | |
tree | 7975e8dcd69fb1838df644da58e907ad9d8081c1 /security | |
parent | 9c5f16e0d9a63e2e488073e3c0fa85ef5ef2e549 (diff) | |
download | freebsd-ports-gnome-b6ffc9a4e67fffddcc66c41758c9ae8d41107232.tar.gz freebsd-ports-gnome-b6ffc9a4e67fffddcc66c41758c9ae8d41107232.tar.zst freebsd-ports-gnome-b6ffc9a4e67fffddcc66c41758c9ae8d41107232.zip |
- Add missing RUN_DEPENDS
- Bump PORTREVISION
Diffstat (limited to 'security')
-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 |