diff options
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/distinfo | 6 |
2 files changed, 13 insertions, 8 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index 1543d766890b..5af3aa193b3f 100644 --- a/security/p5-Crypt-DSA/Makefile +++ b/security/p5-Crypt-DSA/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Crypt-DSA -PORTVERSION= 0.13 -PORTREVISION= 2 +PORTVERSION= 0.14 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -16,11 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= DSA signature and key generation -BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ +RUN_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt \ ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \ ${SITE_PERL}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -28,4 +27,10 @@ MAN3= Crypt::DSA::Key::SSH2.3 Crypt::DSA.3 Crypt::DSA::Key.3 \ Crypt::DSA::Key::PEM.3 Crypt::DSA::Signature.3 \ Crypt::DSA::KeyChain.3 Crypt::DSA::Util.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo index 6ddc143994ad..fb3c8dc18584 100644 --- a/security/p5-Crypt-DSA/distinfo +++ b/security/p5-Crypt-DSA/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-DSA-0.13.tar.gz) = 269261448ecc6b3b82a854e3b774c4ae -SHA256 (Crypt-DSA-0.13.tar.gz) = 96d868b31579f2e84b81a882bf0849deaff7754c67a295a8c4d9bb7f427cb9dd -SIZE (Crypt-DSA-0.13.tar.gz) = 28178 +MD5 (Crypt-DSA-0.14.tar.gz) = 5ff5ab4be5501f5547bbe46cdc3de442 +SHA256 (Crypt-DSA-0.14.tar.gz) = eec62500ccf6abdc627cacbfca38362dc118895b772778c39cd1882ca095b51f +SIZE (Crypt-DSA-0.14.tar.gz) = 31595 |