Date: Fri, 23 Mar 2012 14:03:09 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kuriyama@FreeBSD.org Subject: ports/166342: [PATCH] www/p5-HTTP-MobileAgent-Plugin-Charset: add TEST_DEPENDS Message-ID: <201203231803.q2NI39VN079528@meatwad.mouf.net> Resent-Message-ID: <201203231810.q2NIA9wj073547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166342 >Category: ports >Synopsis: [PATCH] www/p5-HTTP-MobileAgent-Plugin-Charset: 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: Fri Mar 23 18:10:09 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 #14 r232426: Fri Mar 2 21:54:42 >Description: - Add TEST_DEPENDS Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-HTTP-MobileAgent-Plugin-Charset-0.04.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 14 Oct 2011 13:51:02 -0000 1.2 +++ Makefile 23 Mar 2012 18:02:56 -0000 @@ -22,4 +22,10 @@ MAN3= HTTP::MobileAgent::Plugin::Charset.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> --- p5-HTTP-MobileAgent-Plugin-Charset-0.04.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?201203231803.q2NI39VN079528>