diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-04 16:31:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-04 16:31:26 +0000 |
commit | cebd576fd6d4a773b9e94ac6d69dbc5f9d2c8e10 (patch) | |
tree | bc72c7084267ea918a7f63d5ecfda15aecc419bf /security | |
parent | 1f436035ea69a5c72779b3bf29d260e6e4a43a29 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-SaltedHash/Makefile | 14 | ||||
-rw-r--r-- | security/p5-Crypt-SaltedHash/distinfo | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/security/p5-Crypt-SaltedHash/Makefile b/security/p5-Crypt-SaltedHash/Makefile index 086d4587f3d2..569cf239ec20 100644 --- a/security/p5-Crypt-SaltedHash/Makefile +++ b/security/p5-Crypt-SaltedHash/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= Crypt-SaltedHash -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -13,15 +13,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension to work with salted hashes -BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +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 PERL_CONFIGURE= yes MAN3= Crypt::SaltedHash.3 -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Crypt-SaltedHash/distinfo b/security/p5-Crypt-SaltedHash/distinfo index fb6febff0f33..2c92fa36bbc9 100644 --- a/security/p5-Crypt-SaltedHash/distinfo +++ b/security/p5-Crypt-SaltedHash/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-SaltedHash-0.03.tar.gz) = 0bfaf2c252b18bde41d970e1f3127a7f -SHA256 (Crypt-SaltedHash-0.03.tar.gz) = 4c31654c5e85f29ea2f5d225b625081d801e36fc26ca3e14447c23f120b21df2 -SIZE (Crypt-SaltedHash-0.03.tar.gz) = 6800 +MD5 (Crypt-SaltedHash-0.04.tar.gz) = d7f3568d892cbab4ed59d3d43859974c +SHA256 (Crypt-SaltedHash-0.04.tar.gz) = 0dafa382737f9bc86f4b8ea81958ddb37664644022f0cdc5b72bd1bedb19a28c +SIZE (Crypt-SaltedHash-0.04.tar.gz) = 6946 |