svn commit: r360984 - head/devel/p5-Inline-TT
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 6 18:51:34 UTC 2014
Author: sunpoet
Date: Sun Jul 6 18:51:33 2014
New Revision: 360984
URL: http://svnweb.freebsd.org/changeset/ports/360984
QAT: https://qat.redports.org/buildarchive/r360984/
Log:
- Add LICENSE
- Add BUILD_DEPENDS
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr
Modified:
head/devel/p5-Inline-TT/Makefile
head/devel/p5-Inline-TT/pkg-descr
head/devel/p5-Inline-TT/pkg-plist
Modified: head/devel/p5-Inline-TT/Makefile
==============================================================================
--- head/devel/p5-Inline-TT/Makefile Sun Jul 6 18:51:28 2014 (r360983)
+++ head/devel/p5-Inline-TT/Makefile Sun Jul 6 18:51:33 2014 (r360984)
@@ -5,16 +5,19 @@ PORTNAME= Inline-TT
PORTVERSION= 0.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= Inline
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Provides inline support for template toolkit 2.x
-RUN_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
- p5-Template-Toolkit>=2.0:${PORTSDIR}/www/p5-Template-Toolkit
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Inline>=0.42:${PORTSDIR}/devel/p5-Inline \
+ p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-Inline-TT/pkg-descr
==============================================================================
--- head/devel/p5-Inline-TT/pkg-descr Sun Jul 6 18:51:28 2014 (r360983)
+++ head/devel/p5-Inline-TT/pkg-descr Sun Jul 6 18:51:33 2014 (r360984)
@@ -1,15 +1,14 @@
-Inline::TT provides Inline access to version 2.0 and higher of the
-Template Toolkit. This allows you to house your templates inside the
-source code file, while retaining the ability to cache compiled
-templates on the disk (via Inline's caching mechanism).
+Inline::TT provides Inline access to version 2.0 and higher of the Template
+Toolkit. This allows you to house your templates inside the source code file,
+while retaining the ability to cache compiled templates on the disk (via
+Inline's caching mechanism).
-The names of the blocks in the template are exported as functions.
-Call these with a reference to a hash of values, which will be used
-for interpolation in the templates. This hash reference is the same as
-the second argument to the process method of any Template object. The
-output from template toolkit will be returned to you as a single
-string. Note that leading and trailing spaces are trimmed, further the
-template toolkit options PRE_CHOMP and POST_CHOMP are set. Currently,
-there is no way to change these behaviors.
+The names of the blocks in the template are exported as functions. Call these
+with a reference to a hash of values, which will be used for interpolation in
+the templates. This hash reference is the same as the second argument to the
+process method of any Template object. The output from template toolkit will be
+returned to you as a single string. Note that leading and trailing spaces are
+trimmed, further the template toolkit options PRE_CHOMP and POST_CHOMP are set.
+Currently, there is no way to change these behaviors.
WWW: http://search.cpan.org/dist/Inline-TT/
Modified: head/devel/p5-Inline-TT/pkg-plist
==============================================================================
--- head/devel/p5-Inline-TT/pkg-plist Sun Jul 6 18:51:28 2014 (r360983)
+++ head/devel/p5-Inline-TT/pkg-plist Sun Jul 6 18:51:33 2014 (r360984)
@@ -1,6 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT/.packlist
%%SITE_PERL%%/Inline/TT.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT/.packlist
%%PERL5_MAN3%%/Inline::TT.3.gz
- at dirrmtry %%SITE_PERL%%/Inline
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/TT
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline
+ at dirrmtry %%SITE_PERL%%/Inline
More information about the svn-ports-all
mailing list