diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-29 17:10:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-29 17:10:30 +0000 |
commit | 0e231b802c34539da65607aeb229382ad605cd7e (patch) | |
tree | 3ebe6acaf387be433fe86283585c89733d63b92c /textproc/p5-PPIx-EditorTools | |
parent | ecc6bd0b82a07ce91fe7fefa5a0bbc8d4f793552 (diff) |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=292443
Diffstat (limited to 'textproc/p5-PPIx-EditorTools')
-rw-r--r-- | textproc/p5-PPIx-EditorTools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index a47911149909..6da8b32a987f 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -18,6 +18,8 @@ COMMENT= Utility methods and base class for manipulating Perl via PPI BUILD_DEPENDS= p5-Class-XSAccessor>=1.02:${PORTSDIR}/devel/p5-Class-XSAccessor \ p5-PPI>=1.203:${PORTSDIR}/textproc/p5-PPI RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most PERL_CONFIGURE= yes |