svn commit: r350448 - head/www/p5-Catalyst-Plugin-FormBuilder

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 7 10:12:49 UTC 2014


Author: sunpoet
Date: Mon Apr  7 10:12:48 2014
New Revision: 350448
URL: http://svnweb.freebsd.org/changeset/ports/350448
QAT: https://qat.redports.org/buildarchive/r350448/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here, use USES=tar:tgz
  
  PR:		188308
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/www/p5-Catalyst-Plugin-FormBuilder/Makefile

Modified: head/www/p5-Catalyst-Plugin-FormBuilder/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-FormBuilder/Makefile	Mon Apr  7 10:12:44 2014	(r350447)
+++ head/www/p5-Catalyst-Plugin-FormBuilder/Makefile	Mon Apr  7 10:12:48 2014	(r350448)
@@ -7,16 +7,18 @@ PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	FormBuilder for Catalyst
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
 		p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 tar:tgz
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list