Date: Sat, 18 Feb 2012 13:59:06 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sunpoet@FreeBSD.org Subject: ports/165273: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS Message-ID: <201202181859.q1IIx61i019426@meatwad.mouf.net> Resent-Message-ID: <201202181900.q1IJ0JE4036075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165273 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Runnable: set BUILD_DEPENDS, add TEST_DEPENDS >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: Sat Feb 18 19:00:18 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: see patch Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Runnable-0.03.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-MooseX-Runnable/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 11 Jun 2011 14:56:32 -0000 1.1 +++ Makefile 18 Feb 2012 18:58:23 -0000 @@ -14,13 +14,17 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tag a class as a runnable application -RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \ p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \ p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class \ p5-Params-Util>=0:${PORTSDIR}/devel/p5-Params-Util \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-TableDriven>=0:${PORTSDIR}/devel/p5-Test-TableDriven \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes --- p5-MooseX-Runnable-0.03.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202181859.q1IIx61i019426>