svn commit: r355234 - head/devel/p5-Data-JavaScript-Anon

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:42:13 UTC 2014


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 at 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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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


More information about the svn-ports-all mailing list