diff options
Diffstat (limited to 'devel/p5-Algorithm-ChooseSubsets/Makefile')
-rw-r--r-- | devel/p5-Algorithm-ChooseSubsets/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Algorithm-ChooseSubsets/Makefile b/devel/p5-Algorithm-ChooseSubsets/Makefile index 7dd96d1b8295..aad0aaa220ca 100644 --- a/devel/p5-Algorithm-ChooseSubsets/Makefile +++ b/devel/p5-Algorithm-ChooseSubsets/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Algorithm::ChooseSubsets.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= needs perl 5.6.0 or higher, install lang/perl5.6 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |