mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add www/p5-MojoX-Renderer-Xslate, a plugin to load Text::Xslate
templates in Mojolicious apps.
This commit is contained in:
parent
c2c18a4975
commit
d0b3663704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404024
5 changed files with 33 additions and 0 deletions
|
@ -1087,6 +1087,7 @@
|
|||
SUBDIR += p5-Mojolicious-Plugin-TtRenderer
|
||||
SUBDIR += p5-Mojolicious-Plugin-YamlConfig
|
||||
SUBDIR += p5-MojoX-Log-Dispatch-Simple
|
||||
SUBDIR += p5-MojoX-Renderer-Xslate
|
||||
SUBDIR += p5-Monoceros
|
||||
SUBDIR += p5-Mozilla-CA
|
||||
SUBDIR += p5-Net-Akismet
|
||||
|
|
23
www/p5-MojoX-Renderer-Xslate/Makefile
Normal file
23
www/p5-MojoX-Renderer-Xslate/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MojoX-Renderer-Xslate
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= www textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Text::Xslate renderer for for Mojolicious
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Mojolicious>=5.81:${PORTSDIR}/www/p5-Mojolicious \
|
||||
p5-Text-Xslate>=0.2013:${PORTSDIR}/textproc/p5-Text-Xslate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-MojoX-Renderer-Xslate/distinfo
Normal file
2
www/p5-MojoX-Renderer-Xslate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (MojoX-Renderer-Xslate-0.10.tar.gz) = 1fb7c54040a1c845a6e25e9826e9e2859846bf7c2d98bc10bb2d99ea9e702de1
|
||||
SIZE (MojoX-Renderer-Xslate-0.10.tar.gz) = 5989
|
3
www/p5-MojoX-Renderer-Xslate/pkg-descr
Normal file
3
www/p5-MojoX-Renderer-Xslate/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Render Text::Xslate templates from Mojolicious apps.
|
||||
|
||||
WWW: https://metacpan.org/pod/MojoX::Renderer::Xslate
|
4
www/p5-MojoX-Renderer-Xslate/pkg-plist
Normal file
4
www/p5-MojoX-Renderer-Xslate/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/MojoX/Renderer/Xslate.pm
|
||||
%%SITE_PERL%%/Mojolicious/Plugin/XslateRenderer.pm
|
||||
%%PERL5_MAN3%%/MojoX::Renderer::Xslate.3.gz
|
||||
%%PERL5_MAN3%%/Mojolicious::Plugin::XslateRenderer.3.gz
|
Loading…
Add table
Reference in a new issue