diff options
Diffstat (limited to 'lang/p5-Interpolation/Makefile')
-rw-r--r-- | lang/p5-Interpolation/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/p5-Interpolation/Makefile b/lang/p5-Interpolation/Makefile index 5a84bda0696c..60d2c7e89038 100644 --- a/lang/p5-Interpolation/Makefile +++ b/lang/p5-Interpolation/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Interpolation.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |