diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 11:51:44 +0800 |
commit | 0cb9aa3ef6d5d99e73e1555acce9569f369a3002 (patch) | |
tree | 5aaf84e7cf9741b825cd7141c79b98827187e8ec | |
parent | 7c8b2b65f0d7839556dded87b81e91264d598ec7 (diff) | |
download | freebsd-ports-gnome-0cb9aa3ef6d5d99e73e1555acce9569f369a3002.tar.gz freebsd-ports-gnome-0cb9aa3ef6d5d99e73e1555acce9569f369a3002.tar.zst freebsd-ports-gnome-0cb9aa3ef6d5d99e73e1555acce9569f369a3002.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove TEST_DEPENDS
PR: ports/189341
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | graphics/p5-GD-Graph-histogram/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index e34bdd4be827..466e2794559b 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -10,12 +10,14 @@ MASTER_SITE_SUBDIR= CPAN:WHIZDOG PKGNAMEPREFIX= p5- DISTNAME= GDGraph-histogram-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Histogram plotting module for perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure |