aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-SVG-Graph
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-15 23:00:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-15 23:00:45 +0000
commitb092591365b0e0ad1cf6f28d5e8e1edcb07071c4 (patch)
treee8712cef3692651e565b15d9d46388ddd2a5cbe2 /graphics/p5-SVG-Graph
parent71c71b4d93321b9babc34a68f20e7ac855d43223 (diff)
downloadports-b092591365b0e0ad1cf6f28d5e8e1edcb07071c4.tar.gz
ports-b092591365b0e0ad1cf6f28d5e8e1edcb07071c4.zip
Notes
Diffstat (limited to 'graphics/p5-SVG-Graph')
-rw-r--r--graphics/p5-SVG-Graph/Makefile22
1 files changed, 21 insertions, 1 deletions
diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile
index a24a15038265..b61096a2721c 100644
--- a/graphics/p5-SVG-Graph/Makefile
+++ b/graphics/p5-SVG-Graph/Makefile
@@ -8,6 +8,7 @@
PORTNAME= SVG-Graph
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -23,6 +24,25 @@ BUILD_DEPENDS= ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG \
PERL_CONFIGURE= yes
-MAN3= SVG::Graph.3
+MAN3= SVG::Graph.3 \
+ SVG::Frame.3 \
+ SVG::Graph::Data.3 \
+ SVG::Graph::Data::Datum.3 \
+ SVG::Graph::Data::Node.3 \
+ SVG::Graph::Data::Tree.3 \
+ SVG::Graph::File.3 \
+ SVG::Graph::Frame.3 \
+ SVG::Graph::Glyph.3 \
+ SVG::Graph::Glyph::axis.3 \
+ SVG::Graph::Glyph::bar.3 \
+ SVG::Graph::Glyph::barflex.3 \
+ SVG::Graph::Glyph::bezier.3 \
+ SVG::Graph::Glyph::bubble.3 \
+ SVG::Graph::Glyph::heatmap.3 \
+ SVG::Graph::Glyph::line.3 \
+ SVG::Graph::Glyph::pictogram.3 \
+ SVG::Graph::Glyph::scatter.3 \
+ SVG::Graph::Glyph::tree.3 \
+ SVG::Graph::Glyph::wedge.3
.include <bsd.port.mk>