diff options
author | swills <swills@FreeBSD.org> | 2012-03-07 22:40:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-07 22:40:29 +0800 |
commit | f8b75bb191962529886f03021d9324828553a447 (patch) | |
tree | 47a1bc0307538bfaa09f9fa2c1f7b082f85c68b5 | |
parent | 6444070a9050d48c07a5205e04ce87727abfbf27 (diff) | |
download | freebsd-ports-gnome-f8b75bb191962529886f03021d9324828553a447.tar.gz freebsd-ports-gnome-f8b75bb191962529886f03021d9324828553a447.tar.zst freebsd-ports-gnome-f8b75bb191962529886f03021d9324828553a447.zip |
- Add TEST_DEPENDS to enable testing
Approved by: portmgr (blanket)
-rw-r--r-- | security/p5-Authen-Libwrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Authen-Libwrap/Makefile b/security/p5-Authen-Libwrap/Makefile index f0dd9e64cd09..25c66d506cf6 100644 --- a/security/p5-Authen-Libwrap/Makefile +++ b/security/p5-Authen-Libwrap/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Authen::Libwrap - access to TCP Wrappers library +TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception + PERL_MODBUILD= yes MAN3= Authen::Libwrap.3 |