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