svn commit: r353429 - head/graphics/p5-GD-Graph-histogram

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 9 03:51:45 UTC 2014


Author: sunpoet
Date: Fri May  9 03:51:44 2014
New Revision: 353429
URL: http://svnweb.freebsd.org/changeset/ports/353429
QAT: https://qat.redports.org/buildarchive/r353429/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, remove TEST_DEPENDS
  
  PR:		ports/189341
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/graphics/p5-GD-Graph-histogram/Makefile

Modified: head/graphics/p5-GD-Graph-histogram/Makefile
==============================================================================
--- head/graphics/p5-GD-Graph-histogram/Makefile	Fri May  9 03:51:40 2014	(r353428)
+++ head/graphics/p5-GD-Graph-histogram/Makefile	Fri May  9 03:51:44 2014	(r353429)
@@ -10,12 +10,14 @@ MASTER_SITE_SUBDIR=	CPAN:WHIZDOG
 PKGNAMEPREFIX=	p5-
 DISTNAME=	GDGraph-histogram-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list