diff options
Diffstat (limited to 'security/p5-Digest-CRC/Makefile')
-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> |