diff options
author | swills <swills@FreeBSD.org> | 2011-12-20 13:01:12 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-12-20 13:01:12 +0800 |
commit | 74c94a7493c73f84b6b07a107b91a6cee7122c84 (patch) | |
tree | 3cfa91e38422219a7c861381f295df66c23bcc29 | |
parent | 281aa6c4171a71a5375362d2b3a211583ad344c8 (diff) | |
download | freebsd-ports-gnome-74c94a7493c73f84b6b07a107b91a6cee7122c84.tar.gz freebsd-ports-gnome-74c94a7493c73f84b6b07a107b91a6cee7122c84.tar.zst freebsd-ports-gnome-74c94a7493c73f84b6b07a107b91a6cee7122c84.zip |
- Add TEST_DEPENDS to allow testing
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index e5ce0041ba7f..c0cbcfb99bb4 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= p5-Convert-BinHex>=0:${PORTSDIR}/converters/p5-Convert-BinHex \ p5-IO-stringy>=2.11:${PORTSDIR}/devel/p5-IO-stringy \ p5-Mail-Tools>=1.0203:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep PERL_CONFIGURE= YES |