Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 May 2014 12:42:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355234 - head/devel/p5-Data-JavaScript-Anon
Message-ID:  <201405251242.s4PCgD2X038481@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 25 12:42:12 2014
New Revision: 355234
URL: http://svnweb.freebsd.org/changeset/ports/355234
QAT: https://qat.redports.org/buildarchive/r355234/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  
  PR:		ports/189601
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/devel/p5-Data-JavaScript-Anon/Makefile

Modified: head/devel/p5-Data-JavaScript-Anon/Makefile
==============================================================================
--- head/devel/p5-Data-JavaScript-Anon/Makefile	Sun May 25 12:42:07 2014	(r355233)
+++ head/devel/p5-Data-JavaScript-Anon/Makefile	Sun May 25 12:42:12 2014	(r355234)
@@ -8,12 +8,15 @@ MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Data
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Dump big dumb Perl structs to anonymous JavaScript structs
 
-RUN_DEPENDS=	p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Default>=1.51:${PORTSDIR}/devel/p5-Class-Default \
 		p5-Params-Util>=0.01:${PORTSDIR}/devel/p5-Params-Util
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251242.s4PCgD2X038481>