diff options
author | swills <swills@FreeBSD.org> | 2012-02-14 02:37:17 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-14 02:37:17 +0800 |
commit | 94726e9b56825e73ca52b19a630673e0c2adf2e6 (patch) | |
tree | 06c2fa6a2cbd38c1a836d54a772e0e00929e9357 /devel | |
parent | 3d29b8a665ca5975ee508cc5b005ef1d6f79bc89 (diff) | |
download | freebsd-ports-gnome-94726e9b56825e73ca52b19a630673e0c2adf2e6.tar.gz freebsd-ports-gnome-94726e9b56825e73ca52b19a630673e0c2adf2e6.tar.zst freebsd-ports-gnome-94726e9b56825e73ca52b19a630673e0c2adf2e6.zip |
- Add TEST_DEPENDS
PR: ports/164321
Submitted by: swills (myself)
Approved by: maintainer timeout (timur, >24 days)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Format-Natural/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/p5-DateTime-Format-Natural/Makefile b/devel/p5-DateTime-Format-Natural/Makefile index cb967e52f0dc..de1d3d3579b3 100644 --- a/devel/p5-DateTime-Format-Natural/Makefile +++ b/devel/p5-DateTime-Format-Natural/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime PERL_MODBUILD= yes |