diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 03:29:20 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-20 03:29:20 +0000 |
commit | 0143486cb424724b3b24e366ff24396e462b9af9 (patch) | |
tree | e5b07f39ada37a7fcfafaab4cad3f49fd8b15920 /security/p5-Crypt-SaltedHash | |
parent | d00138b689f5376ec4a1435833b24d64a27fd0a2 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-SaltedHash')
-rw-r--r-- | security/p5-Crypt-SaltedHash/Makefile | 7 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/distinfo | 6 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/pkg-plist | 3 |
3 files changed, 6 insertions, 10 deletions
diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile index 569cf239ec20..e6e15192d1f7 100644 --- a/security/p5-Crypt-SaltedHash/Makefile +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Crypt-SaltedHash -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,10 +15,9 @@ COMMENT= Perl extension to work with salted hashes RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Crypt::SaltedHash.3 diff --git a/security/p5-Crypt-SaltedHash/distinfo b/security/p5-Crypt-SaltedHash/distinfo index 2c92fa36bbc9..a7304a538ca6 100644 --- a/security/p5-Crypt-SaltedHash/distinfo +++ b/security/p5-Crypt-SaltedHash/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-SaltedHash-0.04.tar.gz) = d7f3568d892cbab4ed59d3d43859974c -SHA256 (Crypt-SaltedHash-0.04.tar.gz) = 0dafa382737f9bc86f4b8ea81958ddb37664644022f0cdc5b72bd1bedb19a28c -SIZE (Crypt-SaltedHash-0.04.tar.gz) = 6946 +MD5 (Crypt-SaltedHash-0.05.tar.gz) = cbf31ad4348bb5aacf10666188bc2ba0 +SHA256 (Crypt-SaltedHash-0.05.tar.gz) = 25d0f3110223c97a4a6c3f3397febddabd6c16db9a6f147bf6f6e85eff020e64 +SIZE (Crypt-SaltedHash-0.05.tar.gz) = 9233 diff --git a/security/p5-Crypt-SaltedHash/pkg-plist b/security/p5-Crypt-SaltedHash/pkg-plist index b5e777cb9710..d25414f6293f 100644 --- a/security/p5-Crypt-SaltedHash/pkg-plist +++ b/security/p5-Crypt-SaltedHash/pkg-plist @@ -1,5 +1,2 @@ %%SITE_PERL%%/Crypt/SaltedHash.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SaltedHash/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt |