freebsd-ports/devel/p5-YAML-AppConfig/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

24 lines
489 B
Makefile

# $FreeBSD$
PORTNAME= YAML-AppConfig
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to manage configuration files with YAML
RUN_DEPENDS= \
p5-YAML>=0.38:${PORTSDIR}/textproc/p5-YAML \
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
post-patch:
${FIND} ${WRKSRC} -name '*.orig' -delete
.include <bsd.port.mk>