diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 11:30:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 11:30:17 +0800 |
commit | 7bacaded8b2c6403150d89b58ce928588bb6efc3 (patch) | |
tree | c749df2b6a2f7b29b4efc728cfa0aac871e77705 /security/p5-Crypt-DES | |
parent | a27fdf9372fd0d31791ea63212645a84b6ac606c (diff) | |
download | freebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.tar.gz freebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.tar.zst freebsd-ports-gnome-7bacaded8b2c6403150d89b58ce928588bb6efc3.zip |
Update to version 2.03.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Diffstat (limited to 'security/p5-Crypt-DES')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 8 | ||||
-rw-r--r-- | security/p5-Crypt-DES/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DES/pkg-plist | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 2f3b4cd0eb9f..3de3f9bfaa64 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-DES -PORTVERSION= 1.01 +PORTVERSION= 2.03 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -16,13 +16,9 @@ MAINTAINER= ports@FreeBSD.org RESTRICTED= "Crypto; export-controlled" -USE_PERL5= yes +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::DES.3 -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES/distinfo b/security/p5-Crypt-DES/distinfo index 3c887d86a3d2..863a6e25b099 100644 --- a/security/p5-Crypt-DES/distinfo +++ b/security/p5-Crypt-DES/distinfo @@ -1 +1 @@ -MD5 (Crypt-DES-1.01.tar.gz) = d7f5bc456daccd5607550754db647c0f +MD5 (Crypt-DES-2.03.tar.gz) = 1b9a84e14214e74e71dd80f906a3db96 diff --git a/security/p5-Crypt-DES/pkg-plist b/security/p5-Crypt-DES/pkg-plist index c3b017dc2f27..3edef572b78d 100644 --- a/security/p5-Crypt-DES/pkg-plist +++ b/security/p5-Crypt-DES/pkg-plist @@ -1,6 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/DES.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/DES.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/DES.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/DES +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2> /dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2> /dev/null || true |