diff options
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Crypt-DES/distinfo | 6 |
2 files changed, 15 insertions, 6 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 5a63e46740c5..e73fc0ab709a 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -6,17 +6,26 @@ # PORTNAME= Crypt-DES -PORTVERSION= 2.03 +PORTVERSION= 2.05 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to DES block cipher +BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Crypt::DES.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Crypt-DES/distinfo b/security/p5-Crypt-DES/distinfo index faf3e2fa6b72..fe99a6e24e18 100644 --- a/security/p5-Crypt-DES/distinfo +++ b/security/p5-Crypt-DES/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-DES-2.03.tar.gz) = 1b9a84e14214e74e71dd80f906a3db96 -SHA256 (Crypt-DES-2.03.tar.gz) = 7d808075e6d8e9b16354256a7c79ae9583e26274518d78e3335c6cf3cff4886c -SIZE (Crypt-DES-2.03.tar.gz) = 15274 +MD5 (Crypt-DES-2.05.tar.gz) = a8a0bea7064e11d2af434f3e468c17bb +SHA256 (Crypt-DES-2.05.tar.gz) = b7be9e4113eea37554a33c4d738a9226662c3ee53a5f0f281e1b1974569822f0 +SIZE (Crypt-DES-2.05.tar.gz) = 15369 |