diff options
author | markm <markm@FreeBSD.org> | 1998-09-27 02:51:23 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-27 02:51:23 +0800 |
commit | 1acdae059d62f89e5d690f2587a56f85bd329632 (patch) | |
tree | a885f2395f83add2a3647fdea92d33124d62a683 /security/p5-Crypt-DES | |
parent | 8a71e78f6056dcde061c6d198572a06314c5d8a6 (diff) | |
download | freebsd-ports-graphics-1acdae059d62f89e5d690f2587a56f85bd329632.tar.gz freebsd-ports-graphics-1acdae059d62f89e5d690f2587a56f85bd329632.tar.zst freebsd-ports-graphics-1acdae059d62f89e5d690f2587a56f85bd329632.zip |
Update for new perl5
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-DES/pkg-plist | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index efe8fc45d8b..3919b4c5fa0 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/09/03 13:45:44 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/15 21:31:52 asami Exp $ # DISTNAME= Crypt-DES-1.0 @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BROKEN= perl5 upgrade +RESTRICTED= "Crypto; export-controlled" USE_PERL5= YES +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::DES.3 -MANPREFIX= ${PREFIX}/lib/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/security/p5-Crypt-DES/pkg-plist b/security/p5-Crypt-DES/pkg-plist index e5e9e212e1d..b797699c38f 100644 --- a/security/p5-Crypt-DES/pkg-plist +++ b/security/p5-Crypt-DES/pkg-plist @@ -1,6 +1,6 @@ -lib/perl5/site_perl/Crypt/DES.pm -lib/perl5/site_perl/Crypt/DES.pod -lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/DES.bs -lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/DES.so -lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Crypt/DES +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/DES.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Crypt/DES.pod +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/DES.bs +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/DES.so +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Crypt/DES |