diff options
Diffstat (limited to 'security/obfsproxy/Makefile')
-rw-r--r-- | security/obfsproxy/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/obfsproxy/Makefile b/security/obfsproxy/Makefile index a9616cfa5b59..ebe3f1b731e4 100644 --- a/security/obfsproxy/Makefile +++ b/security/obfsproxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= obfsproxy -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.6 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= http://www.c-s.li/ports/ @@ -10,7 +10,7 @@ MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptlib \ ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse \ @@ -18,12 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:${PORTSDIR}/security/py-pyptl USE_PYTHON= yes USES= twisted -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS=yes SUB_FILES= pkg-message PYDISTUTILS_PKGNAME=obfsproxy -NO_STAGE= yes - post-install: ${CAT} ${PKGMESSAGE} |