Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 18:50:38 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379942 - head/devel/p5-Sub-Multi
Message-ID:  <201502251850.t1PIocnL064427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Feb 25 18:50:37 2015
New Revision: 379942
URL: https://svnweb.freebsd.org/changeset/ports/379942
QAT: https://qat.redports.org/buildarchive/r379942/

Log:
  Test::Exception is a TEST depend, not BUILD/RUN.

Modified:
  head/devel/p5-Sub-Multi/Makefile

Modified: head/devel/p5-Sub-Multi/Makefile
==============================================================================
--- head/devel/p5-Sub-Multi/Makefile	Wed Feb 25 18:45:41 2015	(r379941)
+++ head/devel/p5-Sub-Multi/Makefile	Wed Feb 25 18:50:37 2015	(r379942)
@@ -12,9 +12,9 @@ MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Data::Bind-based multi-sub dispatch
 
 BUILD_DEPENDS=	p5-Class-Multimethods-Pure>=0.11:${PORTSDIR}/devel/p5-Class-Multimethods-Pure \
-		p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind \
-		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+		p5-Data-Bind>=0.26:${PORTSDIR}/devel/p5-Data-Bind
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502251850.t1PIocnL064427>