diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-24 01:14:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-24 01:14:16 +0000 |
commit | fcb62d986bd10af5184d5a4f5f7eeea58fc05e72 (patch) | |
tree | e614347fd6e7fc6630e8bf2243dda3d77b63416a /devel/p5-mocked | |
parent | 76b031b8588fa4c70d8bc6f40c492d33b4649092 (diff) |
Notes
Diffstat (limited to 'devel/p5-mocked')
-rw-r--r-- | devel/p5-mocked/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-mocked/Makefile b/devel/p5-mocked/Makefile index 4d90409cc9cb..e007ec431d34 100644 --- a/devel/p5-mocked/Makefile +++ b/devel/p5-mocked/Makefile @@ -7,6 +7,7 @@ PORTNAME= mocked PORTVERSION= 0.09 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LUKEC @@ -15,8 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= mocked - use mocked libraries in unit tests -RUN_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception PERL_CONFIGURE= yes |