diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:40 +0800 |
commit | 7c8b2b65f0d7839556dded87b81e91264d598ec7 (patch) | |
tree | c807fe3216c8b8b643e9fb71ca63c600e1d7443c /graphics | |
parent | 977beb10c9fcbb292dcc0d66f616b522191c6c1d (diff) | |
download | freebsd-ports-gnome-7c8b2b65f0d7839556dded87b81e91264d598ec7.tar.gz freebsd-ports-gnome-7c8b2b65f0d7839556dded87b81e91264d598ec7.tar.zst freebsd-ports-gnome-7c8b2b65f0d7839556dded87b81e91264d598ec7.zip |
- Add LICENSE
- Update pkg-descr
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189340
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index b06676456c5b..6bb3f8669c8e 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -8,8 +8,11 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= A Perl module for generating presentation graphics (i.e., charts) +MAINTAINER= 5u623l20@gmail.com +COMMENT= Perl module for generating presentation graphics (i.e., charts) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph diff --git a/graphics/p5-Chart-PNGgraph/pkg-descr b/graphics/p5-Chart-PNGgraph/pkg-descr index d609e7a6d05a..46bbeb1ba075 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-descr +++ b/graphics/p5-Chart-PNGgraph/pkg-descr @@ -17,8 +17,6 @@ Chart::PNGgraph::mixed individual graph types won't work very well. Multiple bar graphs in a mixed graph won't display very nicely. -Additional types: - Chart::PNGgraph::pie Create a pie chart. |