diff options
Diffstat (limited to 'devel/p5-Heap-Simple-XS/Makefile')
-rw-r--r-- | devel/p5-Heap-Simple-XS/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-Heap-Simple-XS/Makefile b/devel/p5-Heap-Simple-XS/Makefile index 724bfcd4b0db..f0f7b54015c4 100644 --- a/devel/p5-Heap-Simple-XS/Makefile +++ b/devel/p5-Heap-Simple-XS/Makefile @@ -22,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= Heap::Simple::XS.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= uses ??{} in regexps, which came with perl5.6. Install lang/perl5 or lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |