diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
commit | 854c187a95dd45c631fce6c886af4da10a25addd (patch) | |
tree | abf919a40a64e4dba1699470b0cbc529a7b97a59 /security/p5-Crypt-CAST5_PP | |
parent | 54a0e16a5d5755947df6bffdbb27bfb7e49f6cec (diff) | |
download | ports-854c187a95dd45c631fce6c886af4da10a25addd.tar.gz ports-854c187a95dd45c631fce6c886af4da10a25addd.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CAST5_PP')
-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 |