mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add p5-Catalyst-View-HTML-Template-Compiled 0.08,
HTML::Template::Compiled View Class. PR: ports/98564 Submitted by: Zach Thompson <hideo@lastamericanempire.com> Approved by: erwin (mentor)
This commit is contained in:
parent
ccce4233b7
commit
926e8b7b89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164605
@ -559,6 +559,7 @@
|
||||
SUBDIR += p5-Catalyst-Plugin-XMLRPC
|
||||
SUBDIR += p5-Catalyst-View-GraphViz
|
||||
SUBDIR += p5-Catalyst-View-HTML-Template
|
||||
SUBDIR += p5-Catalyst-View-HTML-Template-Compiled
|
||||
SUBDIR += p5-Catalyst-View-JSON
|
||||
SUBDIR += p5-Catalyst-View-Mason
|
||||
SUBDIR += p5-Catalyst-View-TT
|
||||
|
34
www/p5-Catalyst-View-HTML-Template-Compiled/Makefile
Normal file
34
www/p5-Catalyst-View-HTML-Template-Compiled/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: www/p5-Catalyst-View-HTML-Template-Compiled
|
||||
# Date created: 05 June 2006
|
||||
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-View-HTML-Template-Compiled
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
COMMENT= HTML::Template::Compiled View Class
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/HTML/Template/Compiled.pm:${PORTSDIR}/www/p5-HTML-Template-Compiled \
|
||||
${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \
|
||||
${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Catalyst::Helper::View::HTML::Template::Compiled.3 \
|
||||
Catalyst::View::HTML::Template::Compiled.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-View-HTML-Template-Compiled/distinfo
Normal file
3
www/p5-Catalyst-View-HTML-Template-Compiled/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 0398ee0c3c448825174f17b073b36df6
|
||||
SHA256 (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 3179a09b4f673283fa55ed01f29cea8412120180b5261780ea22299fda0c9132
|
||||
SIZE (Catalyst-View-HTML-Template-Compiled-0.08.tar.gz) = 3842
|
3
www/p5-Catalyst-View-HTML-Template-Compiled/pkg-descr
Normal file
3
www/p5-Catalyst-View-HTML-Template-Compiled/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HTML::Template::Compiled view class for Catalyst
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-View-HTML-Template-Compiled/
|
14
www/p5-Catalyst-View-HTML-Template-Compiled/pkg-plist
Normal file
14
www/p5-Catalyst-View-HTML-Template-Compiled/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%SITE_PERL%%/Catalyst/Helper/View/HTML/Template/Compiled.pm
|
||||
%%SITE_PERL%%/Catalyst/View/HTML/Template/Compiled.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template/Compiled/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template/Compiled
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View/HTML
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/View
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View/HTML
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper/View
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Helper
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/View/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/View/HTML
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/View
|
Loading…
Reference in New Issue
Block a user