diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:51:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-09 03:51:35 +0000 |
commit | 5dfb384f6dbf99393342ef332fa90c0cb66ae0ac (patch) | |
tree | 2763a68a1236bd34bf2921382f62e5ca8266701d /graphics/p5-SVG-Graph | |
parent | c9bb446225ff2285667e9de7220de44b130e734e (diff) | |
download | ports-5dfb384f6dbf99393342ef332fa90c0cb66ae0ac.tar.gz ports-5dfb384f6dbf99393342ef332fa90c0cb66ae0ac.zip |
Notes
Diffstat (limited to 'graphics/p5-SVG-Graph')
-rw-r--r-- | graphics/p5-SVG-Graph/Makefile | 4 | ||||
-rw-r--r-- | graphics/p5-SVG-Graph/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile index 890055e91ba9..b83a72d834b3 100644 --- a/graphics/p5-SVG-Graph/Makefile +++ b/graphics/p5-SVG-Graph/Makefile @@ -8,9 +8,11 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Visualize your data in Scalable Vector Graphics (SVG) format +LICENSE= ART20 + BUILD_DEPENDS= p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \ p5-SVG>=0:${PORTSDIR}/textproc/p5-SVG \ p5-Statistics-Descriptive>=0:${PORTSDIR}/math/p5-Statistics-Descriptive \ diff --git a/graphics/p5-SVG-Graph/pkg-descr b/graphics/p5-SVG-Graph/pkg-descr index 6dc35379ec44..472ba8f1d1d8 100644 --- a/graphics/p5-SVG-Graph/pkg-descr +++ b/graphics/p5-SVG-Graph/pkg-descr @@ -4,3 +4,5 @@ well as N-ary rooted trees. SVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the glyphs are not very robust. + +WWW: http://search.cpan.org/dist/SVG-Graph/ |