Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2018 18:17:33 +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: r471710 - head/www/p5-Template-Plugin-FillInForm
Message-ID:  <201806041817.w54IHXOH079376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun  4 18:17:32 2018
New Revision: 471710
URL: https://svnweb.freebsd.org/changeset/ports/471710

Log:
  Add LICENSE
  
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Update WWW

Modified:
  head/www/p5-Template-Plugin-FillInForm/Makefile
  head/www/p5-Template-Plugin-FillInForm/pkg-descr

Modified: head/www/p5-Template-Plugin-FillInForm/Makefile
==============================================================================
--- head/www/p5-Template-Plugin-FillInForm/Makefile	Mon Jun  4 18:17:26 2018	(r471709)
+++ head/www/p5-Template-Plugin-FillInForm/Makefile	Mon Jun  4 18:17:32 2018	(r471710)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Template::Plugin::FillInForm - TT plugin for HTML::FillInForm
 
-RUN_DEPENDS=	p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-HTML-FillInForm>=0:www/p5-HTML-FillInForm \
 		p5-Template-Toolkit>=0:www/p5-Template-Toolkit
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/www/p5-Template-Plugin-FillInForm/pkg-descr
==============================================================================
--- head/www/p5-Template-Plugin-FillInForm/pkg-descr	Mon Jun  4 18:17:26 2018	(r471709)
+++ head/www/p5-Template-Plugin-FillInForm/pkg-descr	Mon Jun  4 18:17:32 2018	(r471710)
@@ -1,4 +1,4 @@
 Template::Plugin::FillInForm is a plugin for TT, which allows you
 to make your HTML form sticky using HTML::FillInForm.
 
-WWW: http://search.cpan.org/dist/Template-Plugin-FillInForm
+WWW: https://metacpan.org/release/Template-Plugin-FillInForm



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