diff options
author | skv <skv@FreeBSD.org> | 2004-11-09 21:43:11 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-11-09 21:43:11 +0800 |
commit | 83d259bea51bf02653506be8f5d55aa9481aefa7 (patch) | |
tree | 7ad2c27ac3d47090c2242ed2b38b4213c44385f9 /security | |
parent | 28af666d8e011bbf457fdc7a1e5d5e3db676059c (diff) | |
download | freebsd-ports-gnome-83d259bea51bf02653506be8f5d55aa9481aefa7.tar.gz freebsd-ports-gnome-83d259bea51bf02653506be8f5d55aa9481aefa7.tar.zst freebsd-ports-gnome-83d259bea51bf02653506be8f5d55aa9481aefa7.zip |
Massive ports move to better categories.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Filter-CBC/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Filter-CBC/pkg-descr | 5 |
3 files changed, 3 insertions, 7 deletions
diff --git a/security/Makefile b/security/Makefile index 4561b59cfb81..e7d18395d1ee 100644 --- a/security/Makefile +++ b/security/Makefile @@ -286,6 +286,7 @@ SUBDIR += p5-Digest-SHA1 SUBDIR += p5-Digest-SHA2 SUBDIR += p5-File-Scan + SUBDIR += p5-Filter-CBC SUBDIR += p5-Filter-Crypto SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile index c76913aa51e4..af2399f5fc47 100644 --- a/security/p5-Filter-CBC/Makefile +++ b/security/p5-Filter-CBC/Makefile @@ -7,7 +7,7 @@ PORTNAME= Filter-CBC PORTVERSION= 0.09 -CATEGORIES= devel perl5 +CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Filter PKGNAMEPREFIX= p5- @@ -21,9 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Filter::CBC.3 post-install: diff --git a/security/p5-Filter-CBC/pkg-descr b/security/p5-Filter-CBC/pkg-descr index c76cede02578..a4cbde899f28 100644 --- a/security/p5-Filter-CBC/pkg-descr +++ b/security/p5-Filter-CBC/pkg-descr @@ -3,7 +3,4 @@ encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data. -WWW: http://search.cpan.org/search?dist=Filter-CBC - --- Sergey Skvortsov -skv@FreeBSD.org +WWW: http://search.cpan.org/dist/Filter-CBC/ |