diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:25:09 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:25:09 +0000 |
commit | bb7c0f6b70f5035a80607e1c2648c72ee5f13275 (patch) | |
tree | 9fcd8543f7f84f8f66fd80ec7168595be65320f9 /misc/p5-Business-Hours | |
parent | e34f4280211c8c9bb9cbda749e0f542a43bd4c5b (diff) |
- Add TEST_DEPENDS
Approved by: shaun (mentor)
Notes
Notes:
svn path=/head/; revision=292272
Diffstat (limited to 'misc/p5-Business-Hours')
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index a241796c7ec8..dbb62e30564e 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -16,6 +16,8 @@ COMMENT= Calculate business hours during a time period BUILD_DEPENDS= ${SITE_PERL}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>-1.0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage PERL_CONFIGURE= yes |