diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 07:44:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-14 07:44:04 +0800 |
commit | 33c0ee7f0126ec306d48eca61798651409ee375a (patch) | |
tree | 961297416c906e0823b8b668309a81d984be81e5 /security/py-sslstrip | |
parent | b9a3d842cfc218dce5295d4dedf3b7e0e8727ade (diff) | |
download | freebsd-ports-gnome-33c0ee7f0126ec306d48eca61798651409ee375a.tar.gz freebsd-ports-gnome-33c0ee7f0126ec306d48eca61798651409ee375a.tar.zst freebsd-ports-gnome-33c0ee7f0126ec306d48eca61798651409ee375a.zip |
- Add missing python virtual categories
Diffstat (limited to 'security/py-sslstrip')
-rw-r--r-- | security/py-sslstrip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile index b83ac9b0c123..6dcb5846af0c 100644 --- a/security/py-sslstrip/Makefile +++ b/security/py-sslstrip/Makefile @@ -7,7 +7,7 @@ PORTNAME= sslstrip PORTVERSION= 0.2 -CATEGORIES= security +CATEGORIES= security python MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} |