mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mojolicious::Plugin::YamlConfig is a YAML Configuration Plugin that
that preprocesses it's input with Mojo::Template WWW: http://search.cpan.org/dist/Mojolicious-Plugin-YamlConfig/
This commit is contained in:
parent
dbe5e951ac
commit
a560d430dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295722
5 changed files with 37 additions and 0 deletions
|
@ -1042,6 +1042,7 @@
|
|||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
SUBDIR += p5-Mojolicious-Plugin-Mongodb
|
||||
SUBDIR += p5-Mojolicious-Plugin-YamlConfig
|
||||
SUBDIR += p5-Mozilla-CA
|
||||
SUBDIR += p5-Net-Akismet
|
||||
SUBDIR += p5-Net-Amazon-AWIS
|
||||
|
|
25
www/p5-Mojolicious-Plugin-YamlConfig/Makefile
Normal file
25
www/p5-Mojolicious-Plugin-YamlConfig/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Mojolicious-Plugin-YamlConfig
|
||||
# Date created: 2012-04-25
|
||||
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mojolicious-Plugin-YamlConfig
|
||||
PORTVERSION= 0.1.4
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= YAML Configuration Plugin
|
||||
|
||||
BUILD_DEPENDS= p5-Mojolicious>=1.80:${PORTSDIR}/www/p5-Mojolicious \
|
||||
p5-YAML-Tiny>=1.51:${PORTSDIR}/textproc/p5-YAML-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.10.1+
|
||||
|
||||
MAN3= Mojolicious::Plugin::YamlConfig.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Mojolicious-Plugin-YamlConfig/distinfo
Normal file
2
www/p5-Mojolicious-Plugin-YamlConfig/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Mojolicious-Plugin-YamlConfig-0.1.4.tar.gz) = 713f03afb6d79b19d5fb67244c9dc3bf721aee1042cc86e7b0f7a14a06e0f720
|
||||
SIZE (Mojolicious-Plugin-YamlConfig-0.1.4.tar.gz) = 10911
|
4
www/p5-Mojolicious-Plugin-YamlConfig/pkg-descr
Normal file
4
www/p5-Mojolicious-Plugin-YamlConfig/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Mojolicious::Plugin::YamlConfig is a YAML configuration plugin that preprocesses
|
||||
it's input with Mojo::Template.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mojolicious-Plugin-YamlConfig/
|
5
www/p5-Mojolicious-Plugin-YamlConfig/pkg-plist
Normal file
5
www/p5-Mojolicious-Plugin-YamlConfig/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/Mojolicious/Plugin/YamlConfig.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/YamlConfig/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin/YamlConfig
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mojolicious/Plugin
|
Loading…
Add table
Reference in a new issue