freebsd-ports/devel/p5-Log-Dispatch-Configurator-YAML/Makefile
Andrej Zverev 24373dae37 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-09 13:14:30 +00:00

21 lines
570 B
Makefile

# Created by: Oleg Mamontov <oleg@mamontov.net>
# $FreeBSD$
PORTNAME= Log-Dispatch-Configurator-YAML
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= oleg@mamontov.net
COMMENT= Configurator implementation with YAML
RUN_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
BUILD_DEPENDS= p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>