diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-02 09:24:33 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-02 09:24:33 +0800 |
commit | bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4 (patch) | |
tree | 1d69717d4c51c87e619253154d6c93cbb6388073 /security | |
parent | af5bbed9ade96a61b0c02091db75ad4168ea1240 (diff) | |
download | freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.gz freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.tar.zst freebsd-ports-gnome-bf2be5b5a4e25c5aa1b869ee179ff252f1d4faf4.zip |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/pkg-plist | 26 |
3 files changed, 14 insertions, 18 deletions
diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile index 8cc18a899bf4..41f96bc48081 100644 --- a/security/p5-Crypt-CAST5_PP/Makefile +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -12,12 +12,11 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= CAST5 block cipher in pure Perl PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::CAST5_PP.3 .include <bsd.port.mk> diff --git a/security/p5-Crypt-CAST5_PP/pkg-descr b/security/p5-Crypt-CAST5_PP/pkg-descr index 07df29d57f5a..a880f82cd15f 100644 --- a/security/p5-Crypt-CAST5_PP/pkg-descr +++ b/security/p5-Crypt-CAST5_PP/pkg-descr @@ -3,6 +3,3 @@ cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares. WWW: http://search.cpan.org/search?dist=Crypt-CAST5_PP - -- Kimura Fuyuki -fuyuki@hadaly.org diff --git a/security/p5-Crypt-CAST5_PP/pkg-plist b/security/p5-Crypt-CAST5_PP/pkg-plist index 4457cd550aa5..104880503e66 100644 --- a/security/p5-Crypt-CAST5_PP/pkg-plist +++ b/security/p5-Crypt-CAST5_PP/pkg-plist @@ -1,13 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP.pm -lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP/Tables.pm -lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/autosplit.ix -lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/decrypt.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/encrypt.al -lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP/init.al -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Crypt/CAST5_PP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt/CAST5_PP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Crypt 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +%%SITE_PERL%%/Crypt/CAST5_PP.pm +%%SITE_PERL%%/Crypt/CAST5_PP/Tables.pm +%%SITE_PERL%%/auto/Crypt/CAST5_PP/autosplit.ix +%%SITE_PERL%%/auto/Crypt/CAST5_PP/decrypt.al +%%SITE_PERL%%/auto/Crypt/CAST5_PP/encrypt.al +%%SITE_PERL%%/auto/Crypt/CAST5_PP/init.al +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP/.packlist +@dirrm %%SITE_PERL%%/Crypt/CAST5_PP +@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/auto/Crypt/CAST5_PP +@unexec rmdir %D/%%SITE_PERL%%/auto/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CAST5_PP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true |