365f70a6aa
Approved by: portmgr (blanket infrastructure)
24 lines
489 B
Makefile
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>
|