diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-29 20:22:44 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-29 20:22:44 +0000 |
commit | e52dc437980064acd721a417b716c482427e461a (patch) | |
tree | 49f9541876eb98ae06195f5d7ddfb3aee9c75046 /textproc | |
parent | 9905f938efc0be6d7e050bb8a0163b470296b99f (diff) |
Notes
Diffstat (limited to 'textproc')
-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 |