diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-14 04:27:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-14 04:27:14 +0000 |
commit | e34c9073868914ed6142123d836584b0cbceadd3 (patch) | |
tree | 1c46776df069b87c73b67bd20f6d4db635fbd9ff /devel/p5-Directory-Scratch-Structured | |
parent | 8eb253c8cb0f457317fc957b28e95fe79d1dc5ff (diff) |
Notes
Diffstat (limited to 'devel/p5-Directory-Scratch-Structured')
-rw-r--r-- | devel/p5-Directory-Scratch-Structured/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Directory-Scratch-Structured/Makefile b/devel/p5-Directory-Scratch-Structured/Makefile index a31f5be96eb5..505a9578bf7d 100644 --- a/devel/p5-Directory-Scratch-Structured/Makefile +++ b/devel/p5-Directory-Scratch-Structured/Makefile @@ -21,7 +21,12 @@ RUN_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \ p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Block>0:${PORTSDIR}/devel/p5-Test-Block \ + p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-Strict>0:${PORTSDIR}/devel/p5-Test-Strict \ + p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn MAN3= Directory::Scratch::Structured.3 |