Generic interface for Perl5 template engines.
WWW: http://search.cpan.org/dist/Tiffany/
This commit is contained in:
parent
21032f0300
commit
bbd172b869
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310654
5 changed files with 64 additions and 0 deletions
|
@ -867,6 +867,7 @@
|
|||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-Text-Xslate
|
||||
SUBDIR += p5-Text-vCard
|
||||
SUBDIR += p5-Tiffany
|
||||
SUBDIR += p5-Time-Human
|
||||
SUBDIR += p5-Tk-Pod
|
||||
SUBDIR += p5-Tk-XMLViewer
|
||||
|
|
40
textproc/p5-Tiffany/Makefile
Normal file
40
textproc/p5-Tiffany/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Tiffany
|
||||
PORTVERSION= 1.00
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for generic interface for Perl5 template engines
|
||||
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate \
|
||||
p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template \
|
||||
p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
|
||||
p5-Template-Semantic>0:${PORTSDIR}/textproc/p5-Template-Semantic \
|
||||
p5-Text-MicroMason>0:${PORTSDIR}/textproc/p5-Text-MicroMason \
|
||||
p5-Template-Declare>0:${PORTSDIR}/textproc/p5-Template-Declare \
|
||||
p5-Text-MicroTemplate-Extended>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate-Extended \
|
||||
p5-Text-ClearSilver>0:${PORTSDIR}/textproc/p5-Text-ClearSilver \
|
||||
p5-HTML-Template-Pro>0:${PORTSDIR}/www/p5-HTML-Template-Pro
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Tiffany.3 \
|
||||
Tiffany::HTML::Template.3 \
|
||||
Tiffany::HTML::Template::Pro.3 \
|
||||
Tiffany::TT.3 \
|
||||
Tiffany::Template::Declare.3 \
|
||||
Tiffany::Template::Semantic.3 \
|
||||
Tiffany::Text::ClearSilver.3 \
|
||||
Tiffany::Text::MicroMason.3 \
|
||||
Tiffany::Text::MicroTemplate::Extended.3 \
|
||||
Tiffany::Text::MicroTemplate::File.3 \
|
||||
Tiffany::Text::Xslate.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Tiffany/distinfo
Normal file
2
textproc/p5-Tiffany/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Tiffany-1.00.tar.gz) = 3d78f19148f60fbd82ff2e5cfea9f5d4bad5607153da7ba10f0bad3cb2d872d5
|
||||
SIZE (Tiffany-1.00.tar.gz) = 20076
|
3
textproc/p5-Tiffany/pkg-descr
Normal file
3
textproc/p5-Tiffany/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Generic interface for Perl5 template engines.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tiffany/
|
18
textproc/p5-Tiffany/pkg-plist
Normal file
18
textproc/p5-Tiffany/pkg-plist
Normal file
|
@ -0,0 +1,18 @@
|
|||
%%SITE_PERL%%/Tiffany.pm
|
||||
%%SITE_PERL%%/Tiffany/HTML/Template.pm
|
||||
%%SITE_PERL%%/Tiffany/HTML/Template/Pro.pm
|
||||
%%SITE_PERL%%/Tiffany/TT.pm
|
||||
%%SITE_PERL%%/Tiffany/Template/Declare.pm
|
||||
%%SITE_PERL%%/Tiffany/Template/Semantic.pm
|
||||
%%SITE_PERL%%/Tiffany/Text/ClearSilver.pm
|
||||
%%SITE_PERL%%/Tiffany/Text/MicroMason.pm
|
||||
%%SITE_PERL%%/Tiffany/Text/MicroTemplate/Extended.pm
|
||||
%%SITE_PERL%%/Tiffany/Text/MicroTemplate/File.pm
|
||||
%%SITE_PERL%%/Tiffany/Text/Xslate.pm
|
||||
%%SITE_PERL%%/Tiffany/Util.pm
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany/Text/MicroTemplate
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany/Text
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany/Template
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany/HTML
|
||||
@dirrmtry %%SITE_PERL%%/Tiffany
|
Loading…
Reference in a new issue