diff options
Diffstat (limited to 'sysutils/p5-File-Next/Makefile')
-rw-r--r-- | sysutils/p5-File-Next/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/p5-File-Next/Makefile b/sysutils/p5-File-Next/Makefile index d3660544df70..45c95edd6a43 100644 --- a/sysutils/p5-File-Next/Makefile +++ b/sysutils/p5-File-Next/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= File::Next.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |