diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:35 +0800 |
commit | 977beb10c9fcbb292dcc0d66f616b522191c6c1d (patch) | |
tree | 2763a68a1236bd34bf2921382f62e5ca8266701d | |
parent | 159817b56c3999822cb9ae000dcb4c2cfbf17fa8 (diff) | |
download | freebsd-ports-gnome-977beb10c9fcbb292dcc0d66f616b522191c6c1d.tar.gz freebsd-ports-gnome-977beb10c9fcbb292dcc0d66f616b522191c6c1d.tar.zst freebsd-ports-gnome-977beb10c9fcbb292dcc0d66f616b522191c6c1d.zip |
- Add LICENSE
- Add CPAN as WWW
- Pass maintainership to submitter
PR: ports/189339
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-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/ |