diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 11:44:41 +0000 |
commit | d36b674c40f4e0bdb4366c664e162b2d272d2e35 (patch) | |
tree | eb076836dd1be72ab97d0c69f0d3dcca40eaf1d2 /graphics/p5-SVG-DOM2/Makefile | |
parent | f96c54dce9de28319079f1b66a9d5f59ddaaa063 (diff) | |
download | ports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.tar.gz ports-d36b674c40f4e0bdb4366c664e162b2d272d2e35.zip |
Notes
Diffstat (limited to 'graphics/p5-SVG-DOM2/Makefile')
-rw-r--r-- | graphics/p5-SVG-DOM2/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/p5-SVG-DOM2/Makefile b/graphics/p5-SVG-DOM2/Makefile index ed2f3c312f7b..dd1a0062a921 100644 --- a/graphics/p5-SVG-DOM2/Makefile +++ b/graphics/p5-SVG-DOM2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVG-DOM2 -# Date created: 2006-07-14 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= SVG-DOM2 PORTVERSION= 1.00 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= SVG extension to the popular XML::DOM2 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= SVG::DOM2.3 SVG::DOM2::Attribute::Transform.3 \ SVG::DOM2::Element::Document.3 SVG::DOM2::Element::Shape.3 \ |