Date: Thu, 26 Aug 2010 17:35:51 GMT From: David Demelier <markand@malikania.fr> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149991: [PATCH] www/p5-Dancer: optional dependency on p5-YAML Message-ID: <201008261735.o7QHZpEw074350@www.freebsd.org> Resent-Message-ID: <201008261740.o7QHe5eB013605@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149991 >Category: ports >Synopsis: [PATCH] www/p5-Dancer: optional dependency on p5-YAML >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 26 17:40:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD Melon.malikania.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Aug 22 11:56:47 CEST 2010 root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon amd64 >Description: The perl Dancer module can use YAML as config file parser. I just added an optional option (on by default to avoid troubles). >How-To-Repeat: >Fix: --- Makefile.orig 2010-08-26 19:27:15.000000000 +0200 +++ Makefile 2010-08-26 19:32:07.000000000 +0200 @@ -22,6 +22,14 @@ 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008261735.o7QHZpEw074350>