OPTIONS+= YAML

PR:             ports/149991
Submitted by:   David Demelier <markand@malikania.fr>
Approved by:    maintainer timeout (kuriyama ; 45 days)
This commit is contained in:
Philip M. Gollucci 2010-10-11 20:50:45 +00:00
parent 8f305534fa
commit 15f777e271
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262837

View file

@ -22,6 +22,14 @@ RUN_DEPENDS= \
p5-URI>0:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
OPTIONS= YAML "Enable YAML implementation in Perl" On
.include <bsd.port.options.mk>
.if defined(WITH_YAML)
RUN_DEPENDS+= p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML
.endif
PERL_CONFIGURE= yes
MAN1= dancer.1