aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-CRC
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-24 02:36:03 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-24 02:36:03 +0000
commit6aabe34525f47802560e83e17300b6422561d371 (patch)
treef08bb9a880343ddde0715ec141a600fd9fd73295 /security/p5-Digest-CRC
parenta94bedd9460524bf74a208a5688e4638c933ef42 (diff)
downloadports-6aabe34525f47802560e83e17300b6422561d371.tar.gz
ports-6aabe34525f47802560e83e17300b6422561d371.zip
- Update to 0.10
- Mark as IGNORE when Perl < 5.6 PR: 96132 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=160270
Diffstat (limited to 'security/p5-Digest-CRC')
-rw-r--r--security/p5-Digest-CRC/Makefile10
-rw-r--r--security/p5-Digest-CRC/distinfo6
2 files changed, 11 insertions, 5 deletions
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile
index 09ec0e64150c..4ac6f338e200 100644
--- a/security/p5-Digest-CRC/Makefile
+++ b/security/p5-Digest-CRC/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
PORTNAME= Digest-CRC
-PORTVERSION= 0.09
+PORTVERSION= 0.10
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
@@ -17,4 +17,10 @@ PERL_CONFIGURE= yes
MAN3= Digest::CRC.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= perl 5.6 or newer required, install lang/perl5 or lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/security/p5-Digest-CRC/distinfo b/security/p5-Digest-CRC/distinfo
index e5de8459eca9..e17e3fb3684b 100644
--- a/security/p5-Digest-CRC/distinfo
+++ b/security/p5-Digest-CRC/distinfo
@@ -1,3 +1,3 @@
-MD5 (Digest-CRC-0.09.tar.gz) = 1456ba664d59a7ccc7d30e980f1695d0
-SHA256 (Digest-CRC-0.09.tar.gz) = f73f1b76f091a509a3fa8146a44c536c03af10a381f28a69840a243d6f99974d
-SIZE (Digest-CRC-0.09.tar.gz) = 5914
+MD5 (Digest-CRC-0.10.tar.gz) = 2a065f4081fd923f2245e66597befcfb
+SHA256 (Digest-CRC-0.10.tar.gz) = e8736063ae700b607368838a391f50b28d16c7985684dfa35bc5f97c7a9db952
+SIZE (Digest-CRC-0.10.tar.gz) = 6292