diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-12 04:50:45 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-12 04:50:45 +0800 |
commit | 19ee59722b829db89bff701afb59fae2a4406274 (patch) | |
tree | 29caf44caac27575c88fa616beed5dfb08ffdc84 /www | |
parent | 77e74979729dca3681363f8cf8744dc4ce0f3a6d (diff) | |
download | freebsd-ports-gnome-19ee59722b829db89bff701afb59fae2a4406274.tar.gz freebsd-ports-gnome-19ee59722b829db89bff701afb59fae2a4406274.tar.zst freebsd-ports-gnome-19ee59722b829db89bff701afb59fae2a4406274.zip |
OPTIONS+= YAML
PR: ports/149991
Submitted by: David Demelier <markand@malikania.fr>
Approved by: maintainer timeout (kuriyama ; 45 days)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 695879ee5108..65fdc7519338 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -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 |