diff options
author | swills <swills@FreeBSD.org> | 2012-02-12 23:49:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-12 23:49:13 +0800 |
commit | bc1567649eaf133bdb0142b49d5a5e43cff8d99e (patch) | |
tree | c0bc31774ec5e7d8f0a74b750d10cabde374c408 /devel | |
parent | 894742fc5e7dc107c6848740c207faf28dad7e78 (diff) | |
download | freebsd-ports-gnome-bc1567649eaf133bdb0142b49d5a5e43cff8d99e.tar.gz freebsd-ports-gnome-bc1567649eaf133bdb0142b49d5a5e43cff8d99e.tar.zst freebsd-ports-gnome-bc1567649eaf133bdb0142b49d5a5e43cff8d99e.zip |
- Add TEST_DEPENDS
PR: ports/164320
Submitted by: swills (myself)
Approved by: maintainer timeout (skv, 3+ weeks)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Context-Preserve/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Context-Preserve/Makefile b/devel/p5-Context-Preserve/Makefile index 94c0dca4430f..31f95201ae1e 100644 --- a/devel/p5-Context-Preserve/Makefile +++ b/devel/p5-Context-Preserve/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Run code after a subroutine call, preserving the context the subroutine +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ + p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception + PERL_CONFIGURE= yes MAN3= Context::Preserve.3 |