Fast templating engine with support for embedded Perl.

WWW: http://search.cpan.org/dist/Tenjin/
This commit is contained in:
Jun Kuriyama 2009-12-04 06:37:18 +00:00
parent 9eb41dc765
commit d4c63d6872
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245187
5 changed files with 45 additions and 0 deletions

View File

@ -1096,6 +1096,7 @@
SUBDIR += p5-Template-Provider-FromDATA
SUBDIR += p5-Template-Timer
SUBDIR += p5-Template-Toolkit
SUBDIR += p5-Tenjin
SUBDIR += p5-Test-HTTP
SUBDIR += p5-Test-HTTP-Server-Simple
SUBDIR += p5-TestGen4Web-Runner

27
www/p5-Tenjin/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Tenjin
# Date created: 04 Dec 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Tenjin
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast templating engine with support for embedded
PERL_CONFIGURE= yes
MAN3= Tenjin.3 \
Tenjin::Context.3 \
Tenjin::Engine.3 \
Tenjin::HTML.3 \
Tenjin::Preprocessor.3 \
Tenjin::Template.3 \
Tenjin::Util.3
.include <bsd.port.mk>

3
www/p5-Tenjin/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Tenjin-0.04.tar.gz) = 702602a128cfca968170af8d9818161a
SHA256 (Tenjin-0.04.tar.gz) = 4bbee54e39a85cfd42fb2f40052fe70c310109607874b55eb6e3b052a07f816a
SIZE (Tenjin-0.04.tar.gz) = 31869

3
www/p5-Tenjin/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Fast templating engine with support for embedded Perl.
WWW: http://search.cpan.org/dist/Tenjin/

11
www/p5-Tenjin/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
bin/pltenjin
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tenjin/.packlist
%%SITE_PERL%%/Tenjin.pm
%%SITE_PERL%%/Tenjin/Context.pm
%%SITE_PERL%%/Tenjin/Engine.pm
%%SITE_PERL%%/Tenjin/HTML.pm
%%SITE_PERL%%/Tenjin/Preprocessor.pm
%%SITE_PERL%%/Tenjin/Template.pm
%%SITE_PERL%%/Tenjin/Util.pm
@dirrmtry %%SITE_PERL%%/Tenjin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tenjin