diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 22:26:22 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 22:26:22 +0800 |
commit | 2f7380a1db2255936cc55f131c2347a14db02b62 (patch) | |
tree | a491abb5f6f529fac9cc1d837b8e8d3259b7aa03 /devel | |
parent | d0fe25477c0b6918bea3ba5a94fd2f8c6f839e9f (diff) | |
download | freebsd-ports-gnome-2f7380a1db2255936cc55f131c2347a14db02b62.tar.gz freebsd-ports-gnome-2f7380a1db2255936cc55f131c2347a14db02b62.tar.zst freebsd-ports-gnome-2f7380a1db2255936cc55f131c2347a14db02b62.zip |
- Add test depends to enable testing
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-LazyRequire/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-MooseX-LazyRequire/Makefile b/devel/p5-MooseX-LazyRequire/Makefile index e05f81b26386..d468e87bce4b 100644 --- a/devel/p5-MooseX-LazyRequire/Makefile +++ b/devel/p5-MooseX-LazyRequire/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \ p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN3= MooseX::LazyRequire.3 \ |