OPTIONS+= YAML
PR: ports/149991 Submitted by: David Demelier <markand@malikania.fr> Approved by: maintainer timeout (kuriyama ; 45 days)
This commit is contained in:
parent
8f305534fa
commit
15f777e271
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262837
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue