aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2005-12-10 04:16:33 +0800
committeraaron <aaron@FreeBSD.org>2005-12-10 04:16:33 +0800
commit189bc865d3ea939164fe10bb9e5a1d70f498711a (patch)
tree05fbc5d12289770da0108e423e39e6af0cd0d48d /security
parentb64923da77452b4eeb42c02f708801cc4f27b6dc (diff)
downloadfreebsd-ports-gnome-189bc865d3ea939164fe10bb9e5a1d70f498711a.tar.gz
freebsd-ports-gnome-189bc865d3ea939164fe10bb9e5a1d70f498711a.tar.zst
freebsd-ports-gnome-189bc865d3ea939164fe10bb9e5a1d70f498711a.zip
- Updated from v2.03 to v2.05
- Updated maintainership from ports@ to perl@ - Added dependency on Perl >= 5.6 since it is required by a dependency Approved by: tobez
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DES/Makefile15
-rw-r--r--security/p5-Crypt-DES/distinfo6
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