diff options
Diffstat (limited to 'devel/p5-Module-Build-Convert/Makefile')
-rw-r--r-- | devel/p5-Module-Build-Convert/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Module-Build-Convert/Makefile b/devel/p5-Module-Build-Convert/Makefile index e09e1f3b9bf3..828553305b5f 100644 --- a/devel/p5-Module-Build-Convert/Makefile +++ b/devel/p5-Module-Build-Convert/Makefile @@ -25,10 +25,4 @@ PERL_MODBUILD= yes MAN3= Module::Build::Convert.3 MAN1= make2build.1 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |