diff options
author | pav <pav@FreeBSD.org> | 2009-01-16 07:00:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-16 07:00:45 +0800 |
commit | 798866cafc4208705d4a5edbbb4b5cafbd3c381b (patch) | |
tree | ddc9c32f762d844558a5e7162b48fd5bb91a1ef0 /graphics/p5-SVG-Graph/Makefile | |
parent | d1931ef9d6fcec207bbeec9f0ddfb8aaeb3e4dd3 (diff) | |
download | freebsd-ports-gnome-798866cafc4208705d4a5edbbb4b5cafbd3c381b.tar.gz freebsd-ports-gnome-798866cafc4208705d4a5edbbb4b5cafbd3c381b.tar.zst freebsd-ports-gnome-798866cafc4208705d4a5edbbb4b5cafbd3c381b.zip |
- Fix plist with perl 5.8.9
Diffstat (limited to 'graphics/p5-SVG-Graph/Makefile')
-rw-r--r-- | graphics/p5-SVG-Graph/Makefile | 22 |
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> |