diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 18:41:33 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-12-22 18:41:33 +0000 |
commit | ceec2a71d83de925308a1f5e6ee1d370d7391cc3 (patch) | |
tree | b9e1ba9f0d4a58c69cf3e066b23877571d88320f /graphics | |
parent | Fix build on FreeBSD 8.x and 9.x by using gmake (diff) |
- 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 |