1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add textproc/p5-Template-Declare 0.07, yet another Perl templating

module.
This commit is contained in:
Anton Berezin 2007-04-23 08:49:09 +00:00
parent f3b494a0ca
commit 6086d86ea5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190708
5 changed files with 58 additions and 0 deletions

View File

@ -490,6 +490,7 @@
SUBDIR += p5-Syntax-Highlight-Perl-Improved
SUBDIR += p5-TeX-Encode
SUBDIR += p5-TeX-Hyphen
SUBDIR += p5-Template-Declare
SUBDIR += p5-Template-Extract
SUBDIR += p5-Template-Magic
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: textproc/p5-Template-Declare
# Date created: 23 April 2007
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Template-Declare
PORTVERSION= 0.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Template
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perlish declarative templates
BUILD_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/HTML/Lint.pm:${PORTSDIR}/www/p5-HTML-Lint
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Template::Declare.3 \
Template::Declare::Tags.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= fails tests on this version of perl
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Template-Declare-0.07.tar.gz) = fc1c05e6544d1e5715cbbe264f34455c
SHA256 (Template-Declare-0.07.tar.gz) = b1048ee7f09f12b526aa4b466e0cc7610a173284e1b0fdc21c1387fa5791f033
SIZE (Template-Declare-0.07.tar.gz) = 30217

View File

@ -0,0 +1,11 @@
Template::Declare is a pure-perl declarative HTML templating system.
A few key features and buzzwords:
- All templates are 100% pure perl code
- Simple declarative syntax
- No angle brackets
- Mixins
- Inheritance
- Public and private templates
WWW: http://search.cpan.org/dist/Template-Declare/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Template/Declare.pm
%%SITE_PERL%%/Template/Declare/Buffer.pm
%%SITE_PERL%%/Template/Declare/Tags.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
@dirrmtry %%SITE_PERL%%/Template/Declare
@dirrmtry %%SITE_PERL%%/Template