aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 03:30:17 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 03:30:17 +0000
commitc76693c52bc0f601f899521914c19fd5866ba2a5 (patch)
treea488cd98da583e0a34f39b46ff0b30d81be1bc4b /security
parent206c2580e5a6e3d8b99e95c03270a10ee485bb6d (diff)
downloadports-c76693c52bc0f601f899521914c19fd5866ba2a5.tar.gz
ports-c76693c52bc0f601f899521914c19fd5866ba2a5.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DES/Makefile8
-rw-r--r--security/p5-Crypt-DES/distinfo2
-rw-r--r--security/p5-Crypt-DES/pkg-plist5
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