diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-03 10:21:21 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-03 10:21:21 +0800 |
commit | f11da982657a128a04882d7f292a0d2b85c0f5c8 (patch) | |
tree | 61ec682ce834c7b75c939bb62a4188e3d6589319 /net-p2p/freenet | |
parent | ecb190dae23f21cb50bb0c1db8b831869e380354 (diff) | |
download | freebsd-ports-gnome-f11da982657a128a04882d7f292a0d2b85c0f5c8.tar.gz freebsd-ports-gnome-f11da982657a128a04882d7f292a0d2b85c0f5c8.tar.zst freebsd-ports-gnome-f11da982657a128a04882d7f292a0d2b85c0f5c8.zip |
Add security as secondary category since this port uses encryption
alongside several other techniques to insure anonymity
Diffstat (limited to 'net-p2p/freenet')
-rw-r--r-- | net-p2p/freenet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index f89d2f94461c..094ac006133a 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -7,7 +7,7 @@ PORTNAME= freenet PORTVERSION= 0.5.2.r1 -CATEGORIES= net java +CATEGORIES= net java security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} |