diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-23 02:41:33 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-23 02:41:33 +0800 |
commit | bd95f1211094e3817fd9294770bf55430c69c8d5 (patch) | |
tree | b9e1ba9f0d4a58c69cf3e066b23877571d88320f /graphics | |
parent | f63a667c6fb0fa1f8861c19c7c9e90869cf6e813 (diff) | |
download | freebsd-ports-gnome-bd95f1211094e3817fd9294770bf55430c69c8d5.tar.gz freebsd-ports-gnome-bd95f1211094e3817fd9294770bf55430c69c8d5.tar.zst freebsd-ports-gnome-bd95f1211094e3817fd9294770bf55430c69c8d5.zip |
- Add perl5 to CATEGORIES
- Package is under other LICENSE
Submitted by: az
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-Gnuplot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-Chart-Gnuplot/Makefile b/graphics/p5-Chart-Gnuplot/Makefile index 681214b61084..86065df6c2ac 100644 --- a/graphics/p5-Chart-Gnuplot/Makefile +++ b/graphics/p5-Chart-Gnuplot/Makefile @@ -2,14 +2,15 @@ PORTNAME= Chart-Gnuplot PORTVERSION= 0.21 -CATEGORIES= graphics +CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= koue@chaosophia.net COMMENT= Perl module to plot graphs using GNUPLOT on the fly -LICENSE= GPLv2 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot |