Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2017 15:39:14 +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: r442389 - head/www/p5-Catalyst-View-Templated
Message-ID:  <201706021539.v52FdEi8094342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  2 15:39:14 2017
New Revision: 442389
URL: https://svnweb.freebsd.org/changeset/ports/442389

Log:
  Add LICENSE
  
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Remove outdated PERL_LEVEL check
  - Sort PLIST

Modified:
  head/www/p5-Catalyst-View-Templated/Makefile
  head/www/p5-Catalyst-View-Templated/pkg-plist

Modified: head/www/p5-Catalyst-View-Templated/Makefile
==============================================================================
--- head/www/p5-Catalyst-View-Templated/Makefile	Fri Jun  2 15:39:09 2017	(r442388)
+++ head/www/p5-Catalyst-View-Templated/Makefile	Fri Jun  2 15:39:14 2017	(r442389)
@@ -12,20 +12,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Generic base class for template-based views
 
-BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
-		p5-Catalyst-Component-ACCEPT_CONTEXT>=0:www/p5-Catalyst-Component-ACCEPT_CONTEXT \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Catalyst-Component-ACCEPT_CONTEXT>=0:www/p5-Catalyst-Component-ACCEPT_CONTEXT \
+		p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \
 		p5-Class-C3>=0:devel/p5-Class-C3
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-MockObject>=0:devel/p5-Test-MockObject \
 		p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-Catalyst-View-Templated/pkg-plist
==============================================================================
--- head/www/p5-Catalyst-View-Templated/pkg-plist	Fri Jun  2 15:39:09 2017	(r442388)
+++ head/www/p5-Catalyst-View-Templated/pkg-plist	Fri Jun  2 15:39:14 2017	(r442389)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Catalyst::View::Templated.3.gz
 %%SITE_PERL%%/Catalyst/View/Templated.pm
+%%PERL5_MAN3%%/Catalyst::View::Templated.3.gz



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