diff options
author | swills <swills@FreeBSD.org> | 2012-02-15 10:53:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-15 10:53:38 +0800 |
commit | c0460486c80775d33402542f2f71170592f40129 (patch) | |
tree | f9223f6cc03735c1f551c5943812ae0ee9f5ac54 /devel | |
parent | 9f0f01099c8538eb9733561f12a528e27fdcbc49 (diff) | |
download | freebsd-ports-gnome-c0460486c80775d33402542f2f71170592f40129.tar.gz freebsd-ports-gnome-c0460486c80775d33402542f2f71170592f40129.tar.zst freebsd-ports-gnome-c0460486c80775d33402542f2f71170592f40129.zip |
- Add TEST_DEPENDS to enable testing
PR: ports/165137
Submitted by: swills (myself)
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-CChecker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-CChecker/Makefile b/devel/p5-ExtUtils-CChecker/Makefile index 79bd3f2a20a5..5cb97d056286 100644 --- a/devel/p5-ExtUtils-CChecker/Makefile +++ b/devel/p5-ExtUtils-CChecker/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sahil@FreeBSD.org COMMENT= Configure-time utilities for using C headers, libraries, OS features +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + PERL_CONFIGURE= yes MAN3= ExtUtils::CChecker.3 |