diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 11:34:34 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-30 11:34:34 +0000 |
commit | dfc3d7f1c35f76f7344d331f9f77e06d5c47e88b (patch) | |
tree | b3d7c55ce31b278ce80ba81b76e8a13a746ddd55 /devel | |
parent | - Update MASTER_SITE to fix fetch problems. (diff) |
- Record BUILD/RUN_DEPENDS.
PR: ports/89140
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=150026
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-MockObject/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |