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-CRC | |
parent | c910674acfec5403e0876b3c73aa23c4ba001b56 (diff) | |
download | ports-f757ba4633707fa5c0d289c0ee967f4407712484.tar.gz ports-f757ba4633707fa5c0d289c0ee967f4407712484.zip |
Notes
Diffstat (limited to 'security/p5-Digest-CRC')
-rw-r--r-- | security/p5-Digest-CRC/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index 2a8ded1bac9a..09ec0e64150c 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -13,12 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Perl extension for calculating CRC cheksums -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= Digest::CRC.3 -.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> |