diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-20 07:35:11 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-20 07:35:11 +0000 |
commit | f8cbc557fa248d65e7ecb604e1d651049d94372c (patch) | |
tree | aec9076a0e2cdc41dd3182c97430165838362033 /security/py-sslstrip/Makefile | |
parent | 0a1029005c6df6948847b032b28a6c13e6c551f8 (diff) |
Notes
Diffstat (limited to 'security/py-sslstrip/Makefile')
-rw-r--r-- | security/py-sslstrip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile index 5760357206cc..29d85b0a2b8d 100644 --- a/security/py-sslstrip/Makefile +++ b/security/py-sslstrip/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sslstrip -PORTVERSION= 0.7 +PORTVERSION= 0.9 CATEGORIES= security python MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,5 +17,5 @@ COMMENT= Python program for ssl stripping USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= sslstrip - +RUN_DEPENDS = ${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb .include <bsd.port.mk> |