diff options
Diffstat (limited to 'graphics/p5-SVG-DOM2/Makefile')
-rw-r--r-- | graphics/p5-SVG-DOM2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/p5-SVG-DOM2/Makefile b/graphics/p5-SVG-DOM2/Makefile index 5e81b0a828e0..c9def834d125 100644 --- a/graphics/p5-SVG-DOM2/Makefile +++ b/graphics/p5-SVG-DOM2/Makefile @@ -23,10 +23,4 @@ MAN3= SVG::DOM2.3 SVG::DOM2::Attribute::Transform.3 \ SVG::DOM2::Element::Shape::Font.3 \ SVG::DOM2::Element::Shape::Stroke.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |