freebsd-ports/www/p5-Mojolicious-Plugin-YamlConfig/Makefile
Steven Kreuzer b1803d8a18 Update to 0.1.7
Define LICENSE
2014-02-18 14:06:16 +00:00

23 lines
509 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mojolicious-Plugin-YamlConfig
PORTVERSION= 0.1.7
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= YAML Configuration Plugin
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mojolicious>=1.80:${PORTSDIR}/www/p5-Mojolicious \
p5-YAML-Tiny>=1.51:${PORTSDIR}/textproc/p5-YAML-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>