diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-17 20:06:57 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-02-17 20:06:57 +0000 |
commit | 18752cba68ef689f1ff591ca025665fe4f94a616 (patch) | |
tree | dbc13ef3c168fec13de22e0daa720548736f97b0 /security | |
parent | ac4398df1c0272a97e5a3ca0306e9c483f676486 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/pkg-plist | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index 61237a4aab81..99e11508bfb3 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-PasswdMD5 -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_REINPLACE= yes PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::PasswdMD5.3 pre-patch: diff --git a/security/p5-Crypt-PasswdMD5/distinfo b/security/p5-Crypt-PasswdMD5/distinfo index f89458ac1f4a..595c97cc2671 100644 --- a/security/p5-Crypt-PasswdMD5/distinfo +++ b/security/p5-Crypt-PasswdMD5/distinfo @@ -1 +1,2 @@ -MD5 (Crypt-PasswdMD5-1.2.tar.gz) = 35966352a496fd2f30e3d08734bf13e4 +MD5 (Crypt-PasswdMD5-1.3.tar.gz) = 368205b1be8c0d4f807afe25d6fbd1ad +SIZE (Crypt-PasswdMD5-1.3.tar.gz) = 4820 diff --git a/security/p5-Crypt-PasswdMD5/pkg-plist b/security/p5-Crypt-PasswdMD5/pkg-plist index 8c4cec1a92c1..2cd4efbede1f 100644 --- a/security/p5-Crypt-PasswdMD5/pkg-plist +++ b/security/p5-Crypt-PasswdMD5/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Crypt/PasswdMD5.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5/.packlist @unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true |