diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-12 19:31:11 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-12 19:31:11 +0800 |
commit | 037accace8eda639c69ce278d1e1e2be909c71ce (patch) | |
tree | dd627e54d9a62fafd03906df0453402461c28ae1 | |
parent | 48a94f7eb63e3d75a09ff39f5c415ffee0a18b34 (diff) | |
download | freebsd-ports-gnome-037accace8eda639c69ce278d1e1e2be909c71ce.tar.gz freebsd-ports-gnome-037accace8eda639c69ce278d1e1e2be909c71ce.tar.zst freebsd-ports-gnome-037accace8eda639c69ce278d1e1e2be909c71ce.zip |
Add python as a secondary category
-rw-r--r-- | security/py-pycrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile index 0e4f9f1c1067..f96649758eb9 100644 --- a/security/py-pycrypto/Makefile +++ b/security/py-pycrypto/Makefile @@ -7,7 +7,7 @@ PORTNAME= pycrypto PORTVERSION= 2.0.1 -CATEGORIES= security +CATEGORIES= security python MASTER_SITES= http://www.amk.ca/files/python/crypto/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |