diff options
Diffstat (limited to 'math/p5-Math-Combinatorics/Makefile')
-rw-r--r-- | math/p5-Math-Combinatorics/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/p5-Math-Combinatorics/Makefile b/math/p5-Math-Combinatorics/Makefile index 025183fd5106..5567fe019894 100644 --- a/math/p5-Math-Combinatorics/Makefile +++ b/math/p5-Math-Combinatorics/Makefile @@ -19,10 +19,4 @@ MAN3= Math::Combinatorics.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires Perl 5.6 or greater. Please install lang/perl58 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |