From dfc3d7f1c35f76f7344d331f9f77e06d5c47e88b Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Wed, 30 Nov 2005 11:34:34 +0000 Subject: [PATCH] - Record BUILD/RUN_DEPENDS. PR: ports/89140 Submitted by: Lars Balker Rasmussen Approved by: maintainer timeout (2 weeks) --- devel/p5-Test-MockObject/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile index 1b4e2b7922da..c98c43fa6e98 100644 --- a/devel/p5-Test-MockObject/Makefile +++ b/devel/p5-Test-MockObject/Makefile @@ -7,6 +7,7 @@ PORTNAME= Test-MockObject PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Test @@ -15,6 +16,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Tests remote URLs or local web files +BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \ + p5-UNIVERSAL-can>=1.00:${PORTSDIR}/devel/p5-UNIVERSAL-can \ + p5-UNIVERSAL-isa>=0.02:${PORTSDIR}/devel/p5-UNIVERSAL-isa \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes INSTALL_TARGET= pure_install