2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
2012-04-30 17:23:17 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Mojolicious-Plugin-YamlConfig
|
2012-08-30 21:28:25 +02:00
|
|
|
PORTVERSION= 0.1.5
|
2012-04-30 17:23:17 +02:00
|
|
|
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}
|
|
|
|
|
2013-09-02 18:07:56 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2012-04-30 17:23:17 +02:00
|
|
|
|
|
|
|
MAN3= Mojolicious::Plugin::YamlConfig.3
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2012-04-30 17:23:17 +02:00
|
|
|
.include <bsd.port.mk>
|