diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 05:55:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 05:55:59 +0800 |
commit | 0057da68cddf4c6ff86f31c6c2774dadcc54fa1a (patch) | |
tree | 90e66e5b95e8f226d38eb7f96a3db5a0e03e3db6 | |
parent | 68fa74f3db36e12c08942422e282e200f27d90ea (diff) | |
download | freebsd-ports-gnome-0057da68cddf4c6ff86f31c6c2774dadcc54fa1a.tar.gz freebsd-ports-gnome-0057da68cddf4c6ff86f31c6c2774dadcc54fa1a.tar.zst freebsd-ports-gnome-0057da68cddf4c6ff86f31c6c2774dadcc54fa1a.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/164363
Submitted by: swills (myself)
Approved by: maintainer (blanket)
-rw-r--r-- | databases/p5-DBIx-Inspector/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Inspector/Makefile b/databases/p5-DBIx-Inspector/Makefile index c4fb37f08f1b..79cad42ca3b5 100644 --- a/databases/p5-DBIx-Inspector/Makefile +++ b/databases/p5-DBIx-Inspector/Makefile @@ -19,6 +19,8 @@ RUN_DEPENDS= \ p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= yes |