diff options
Diffstat (limited to 'devel/p5-Regexp-Bind/Makefile')
-rw-r--r-- | devel/p5-Regexp-Bind/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Regexp-Bind/Makefile b/devel/p5-Regexp-Bind/Makefile index ab822a222901..38192e622d8c 100644 --- a/devel/p5-Regexp-Bind/Makefile +++ b/devel/p5-Regexp-Bind/Makefile @@ -20,11 +20,4 @@ PERL_CONFIGURE= yes MAN3= Regexp::Bind.3 -.include <bsd.port.pre.mk> - -# can't pass 'make test' -.if ${PERL_LEVEL} < 500600 -IGNORE= needs perl 5.6.0 or higher, install lang/perl5 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |