diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-03 02:21:21 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-03 02:21:21 +0000 |
commit | 6e6a5f99bece0c6e511a89757a4d4bbdd02d1da4 (patch) | |
tree | f655088f386bc6d990473186b9227e9c16c48315 /net-p2p/freenet | |
parent | Cleanups, use PERL_LEVEL and not a pre-everything:: (diff) |
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/} |