diff options
Diffstat (limited to 'textproc/p5-String-Fraction/Makefile')
-rw-r--r-- | textproc/p5-String-Fraction/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-String-Fraction/Makefile b/textproc/p5-String-Fraction/Makefile index 7140f74344ce..6eccea4a41b1 100644 --- a/textproc/p5-String-Fraction/Makefile +++ b/textproc/p5-String-Fraction/Makefile @@ -22,10 +22,4 @@ MAN3= String::Fraction.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |