diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-23 17:55:13 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-12-23 17:55:13 +0000 |
commit | f757ba4633707fa5c0d289c0ee967f4407712484 (patch) | |
tree | b63c9fb56a71f3e5a29072cbf64cf338ef78038b /security/p5-Digest-Crc32 | |
parent | c910674acfec5403e0876b3c73aa23c4ba001b56 (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-Crc32')
-rw-r--r-- | security/p5-Digest-Crc32/Makefile | 10 |
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> |