diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:53 +0800 |
commit | 764da042ca79f3a3d0723b758fbf6eeae4165c39 (patch) | |
tree | 433b4f207cf1762146a590878c0e9fdc02357fef /graphics | |
parent | 84923fb63adde1d5d1a4623fc002295e0c6386f0 (diff) | |
download | freebsd-ports-gnome-764da042ca79f3a3d0723b758fbf6eeae4165c39.tar.gz freebsd-ports-gnome-764da042ca79f3a3d0723b758fbf6eeae4165c39.tar.zst freebsd-ports-gnome-764da042ca79f3a3d0723b758fbf6eeae4165c39.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189343
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Chart-Graph/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index 0b0e33c15d43..0258a24c6189 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -8,9 +8,11 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl extension for a front-end to gnuplot, XRT, and Xmgrace +LICENSE= GPLv2 + RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ xmgrace:${PORTSDIR}/math/grace \ ppmtogif:${PORTSDIR}/graphics/netpbm |