diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 04:22:44 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 04:22:44 +0800 |
commit | 723971d4a22f1d78085ff5b707ca32e72eea12ba (patch) | |
tree | 9735c049d37caeee3a6aacc856b7a4e793a41d5b | |
parent | 1f8b61b7b2281c4ccc309907952d8fd791737614 (diff) | |
download | freebsd-ports-gnome-723971d4a22f1d78085ff5b707ca32e72eea12ba.tar.gz freebsd-ports-gnome-723971d4a22f1d78085ff5b707ca32e72eea12ba.tar.zst freebsd-ports-gnome-723971d4a22f1d78085ff5b707ca32e72eea12ba.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/164323
Submitted by: swills (myself)
Approved by: maintainer (blanket)
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 0d2da05f0ebc..784ac49f2ae0 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-version>=0:${PORTSDIR}/devel/p5-version RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception PERL_MODBUILD= yes |