diff options
author | swills <swills@FreeBSD.org> | 2012-02-19 03:37:25 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-19 03:37:25 +0800 |
commit | 9aa07c911f9d2aadd683aea105ff8c0c42a45b2c (patch) | |
tree | bea1569f60c0bdd0362aa3a326813df610baf150 /devel | |
parent | 327f6cc38226ac28379e922b9aa959e6c274cd5f (diff) | |
download | freebsd-ports-gnome-9aa07c911f9d2aadd683aea105ff8c0c42a45b2c.tar.gz freebsd-ports-gnome-9aa07c911f9d2aadd683aea105ff8c0c42a45b2c.tar.zst freebsd-ports-gnome-9aa07c911f9d2aadd683aea105ff8c0c42a45b2c.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile b/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile index 1d97cdd13ae0..0201770c33a5 100644 --- a/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile +++ b/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= p5-DateTime>=0.43:${PORTSDIR}/devel/p5-DateTime \ p5-Olson-Abbreviations>=0:${PORTSDIR}/devel/p5-Olson-Abbreviations \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes |