svn commit: r442389 - head/www/p5-Catalyst-View-Templated
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jun 2 15:39:15 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list