mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Provide a consistent interface to a wide array of templating languages
WWW: http://search.cpan.org/dist/Any-Template/
This commit is contained in:
parent
8f0c1c5a88
commit
eb2cf36b1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291041
5 changed files with 49 additions and 0 deletions
|
@ -551,6 +551,7 @@
|
|||
SUBDIR += owncloud
|
||||
SUBDIR += p5-AMF-Perl
|
||||
SUBDIR += p5-Acme-Monta
|
||||
SUBDIR += p5-Any-Template
|
||||
SUBDIR += p5-AnyEvent-HTTP
|
||||
SUBDIR += p5-AnyEvent-HTTPD
|
||||
SUBDIR += p5-AnyEvent-Mojo
|
||||
|
|
29
www/p5-Any-Template/Makefile
Normal file
29
www/p5-Any-Template/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: p5-Any-Template
|
||||
# Date created: 2012-02-12
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Any-Template
|
||||
PORTVERSION= 1.015
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Provide a consistent interface to a wide array of templating languages
|
||||
|
||||
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
|
||||
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
|
||||
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Any::Template.3 Any::Template::Backend.3 \
|
||||
Any::Template::Backend::HTML::Template.3 \
|
||||
Any::Template::Backend::TemplateToolkit.3 \
|
||||
Any::Template::Backend::Text::MicroMason.3 \
|
||||
Any::Template::Backend::Text::Template.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Any-Template/distinfo
Normal file
2
www/p5-Any-Template/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Any-Template-1.015.tar.gz) = 98383627636556cc91bae378b64e3c55c7ff8ee3616eabd3f024f4fc182385c2
|
||||
SIZE (Any-Template-1.015.tar.gz) = 16838
|
3
www/p5-Any-Template/pkg-descr
Normal file
3
www/p5-Any-Template/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Provide a consistent interface to a wide array of templating languages
|
||||
|
||||
WWW: http://search.cpan.org/dist/Any-Template/
|
14
www/p5-Any-Template/pkg-plist
Normal file
14
www/p5-Any-Template/pkg-plist
Normal file
|
@ -0,0 +1,14 @@
|
|||
%%SITE_PERL%%/Any/Template/Backend/HTML/Template.pm
|
||||
%%SITE_PERL%%/Any/Template/Backend/Text/MicroMason.pm
|
||||
%%SITE_PERL%%/Any/Template/Backend/Text/Template.pm
|
||||
%%SITE_PERL%%/Any/Template/Backend/TemplateToolkit.pm
|
||||
%%SITE_PERL%%/Any/Template/Backend.pm
|
||||
%%SITE_PERL%%/Any/Template.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Template/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Any/Template/Backend/HTML
|
||||
@dirrmtry %%SITE_PERL%%/Any/Template/Backend/Text
|
||||
@dirrmtry %%SITE_PERL%%/Any/Template/Backend
|
||||
@dirrmtry %%SITE_PERL%%/Any/Template
|
||||
@dirrmtry %%SITE_PERL%%/Any
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Template
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any
|
Loading…
Add table
Reference in a new issue