svn commit: r355204 - head/devel/p5-Module-Starter-Plugin-TT2

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


Author: sunpoet
Date: Sun May 25 12:39:51 2014
New Revision: 355204
URL: http://svnweb.freebsd.org/changeset/ports/355204
QAT: https://qat.redports.org/buildarchive/r355204/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Add missing RUN_DEPENDS
    - Bump PORTREVISION for dependency change
  
  PR:		ports/189567
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Module-Starter-Plugin-TT2/Makefile

Modified: head/devel/p5-Module-Starter-Plugin-TT2/Makefile
==============================================================================
--- head/devel/p5-Module-Starter-Plugin-TT2/Makefile	Sun May 25 12:39:47 2014	(r355203)
+++ head/devel/p5-Module-Starter-Plugin-TT2/Makefile	Sun May 25 12:39:51 2014	(r355204)
@@ -3,15 +3,20 @@
 
 PORTNAME=	Module-Starter-Plugin-TT2
 PORTVERSION=	0.125
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	TT2 templates for Module::Starter::Template
 
-BUILD_DEPENDS=	p5-Module-Starter>=1.47.0:${PORTSDIR}/devel/p5-Module-Starter \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Module-Starter>=1.47:${PORTSDIR}/devel/p5-Module-Starter \
 		p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS=	p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list