diff options
author | swills <swills@FreeBSD.org> | 2012-03-01 01:10:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-01 01:10:30 +0800 |
commit | 6fea12cbbf98af7c3343f498644dd87525b49c96 (patch) | |
tree | 5d2957423dc40d015c4e49a74b9c0cffdaf3a050 /textproc/p5-PPIx-EditorTools | |
parent | 785b203ec76ee3bb39e1bdd7b5ee1b8773ed2985 (diff) | |
download | freebsd-ports-gnome-6fea12cbbf98af7c3343f498644dd87525b49c96.tar.gz freebsd-ports-gnome-6fea12cbbf98af7c3343f498644dd87525b49c96.tar.zst freebsd-ports-gnome-6fea12cbbf98af7c3343f498644dd87525b49c96.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
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 |