freebsd-ports/www/p5-CGI-Application-Plugin-Config-YAML/Makefile
Andrej Zverev f546c1d1de - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:05:56 +00:00

21 lines
581 B
Makefile

# Created by: Steve Wills <steve@mouf.net>
# $FreeBSD$
PORTNAME= CGI-Application-Plugin-Config-YAML
PORTVERSION= 0.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Add Config::YAML support to CGI::Application
BUILD_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
p5-Config-YAML>=0:${PORTSDIR}/devel/p5-Config-YAML
RUN_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
p5-Config-YAML>=0:${PORTSDIR}/devel/p5-Config-YAML
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>