diff options
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 |