diff options
author | swills <swills@FreeBSD.org> | 2012-01-10 23:53:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-10 23:53:30 +0800 |
commit | 9bb4458283ef088d1ac18a63bd11a1f3a2a1dece (patch) | |
tree | da80c52588a37baa17d3875c5329423fcf35782d /www/p5-CatalystX-InjectComponent | |
parent | 50523431caac7669be6a660b5de52aff85761c13 (diff) | |
download | freebsd-ports-gnome-9bb4458283ef088d1ac18a63bd11a1f3a2a1dece.tar.gz freebsd-ports-gnome-9bb4458283ef088d1ac18a63bd11a1f3a2a1dece.tar.zst freebsd-ports-gnome-9bb4458283ef088d1ac18a63bd11a1f3a2a1dece.zip |
- Add TEST_DEPENDS to enable testing
Diffstat (limited to 'www/p5-CatalystX-InjectComponent')
-rw-r--r-- | www/p5-CatalystX-InjectComponent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-CatalystX-InjectComponent/Makefile b/www/p5-CatalystX-InjectComponent/Makefile index 27c1ddcc8adb..3278557d7db7 100644 --- a/www/p5-CatalystX-InjectComponent/Makefile +++ b/www/p5-CatalystX-InjectComponent/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \ p5-parent>=0:${PORTSDIR}/devel/p5-parent +TEST_DEPENDS= p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most USE_PERL= yes PERL_CONFIGURE= yes |