aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Crc32
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-12-23 17:55:13 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-12-23 17:55:13 +0000
commitf757ba4633707fa5c0d289c0ee967f4407712484 (patch)
treeb63c9fb56a71f3e5a29072cbf64cf338ef78038b /security/p5-Digest-Crc32
parentc910674acfec5403e0876b3c73aa23c4ba001b56 (diff)
downloadports-f757ba4633707fa5c0d289c0ee967f4407712484.tar.gz
ports-f757ba4633707fa5c0d289c0ee967f4407712484.zip
- unbreak on old perl
Submitted by: leeym Approved by: maintainer via email
Notes
Notes: svn path=/head/; revision=151931
Diffstat (limited to 'security/p5-Digest-Crc32')
-rw-r--r--security/p5-Digest-Crc32/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Digest-Crc32/Makefile b/security/p5-Digest-Crc32/Makefile
index 387205bcef61..5ab9c1bfad30 100644
--- a/security/p5-Digest-Crc32/Makefile
+++ b/security/p5-Digest-Crc32/Makefile
@@ -13,14 +13,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gkovesdan@t-hosting.hu
COMMENT= Perl extension for calculating 32-bit CRC cheksums
-PERL_CONFIGURE= yes
+PERL_CONFIGURE= yes
MAN3= Digest::Crc32.3
-WRKSRC= ${WRKDIR}/${PORTNAME}-001
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.//}
-.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>