summaryrefslogtreecommitdiff
path: root/devel/p5-Test-MockObject
diff options
context:
space:
mode:
authorseb <seb>2008-08-28 16:48:05 +0000
committerseb <seb>2008-08-28 16:48:05 +0000
commitddeb04a91a74cdbd1381c420671194bc9dbd8332 (patch)
tree13eecde98d785714ddbbe4bcc54ebde2e0bfa1e6 /devel/p5-Test-MockObject
parent3f000b57076547f23722ef44e6b6566fff04c9cb (diff)
downloadpkgsrc-ddeb04a91a74cdbd1381c420671194bc9dbd8332.tar.gz
The perl modules UNIVERSAL::isa and UNIVERSAL::can are required at
runtime by the module Test::MockObject. Hence make runtime, vs buildtime, dependencies of the packages prodiving these. Bump PKGREVISION to 1.
Diffstat (limited to 'devel/p5-Test-MockObject')
-rw-r--r--devel/p5-Test-MockObject/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile
index f3f965ddfb7..2e983b07956 100644
--- a/devel/p5-Test-MockObject/Makefile
+++ b/devel/p5-Test-MockObject/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 04:02:53 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/08/28 16:48:05 seb Exp $
DISTNAME= Test-MockObject-1.09
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -9,9 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-MockObject/
COMMENT= Tests remote URLs or local web files
+DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
+DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
-BUILD_DEPENDS+= p5-UNIVERSAL-can>=1.00:../../devel/p5-UNIVERSAL-can
-BUILD_DEPENDS+= p5-UNIVERSAL-isa>=0.02:../../devel/p5-UNIVERSAL-isa
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-Test-Warn>=0:../../devel/p5-Test-Warn