diff options
author | mef <mef@pkgsrc.org> | 2016-12-15 21:15:41 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-12-15 21:15:41 +0000 |
commit | 6237ecf06d33f02ffcab5e7b5d9d45694a4b9c34 (patch) | |
tree | d2295768ff0dc273d58201adaeb96b8927343788 | |
parent | 83f17423be4841b6684a5532637f2e1af5133ab7 (diff) | |
download | pkgsrc-6237ecf06d33f02ffcab5e7b5d9d45694a4b9c34.tar.gz |
- Add BUILD_DEPENDS+= p5-Test-TCP-[0-9]* for make test
-rw-r--r-- | net/p5-IO-Socket-Timeout/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-IO-Socket-Timeout/Makefile b/net/p5-IO-Socket-Timeout/Makefile index 199381cb295..e98da197a2c 100644 --- a/net/p5-IO-Socket-Timeout/Makefile +++ b/net/p5-IO-Socket-Timeout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 19:24:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2016/12/15 21:15:41 mef Exp $ DISTNAME= IO-Socket-Timeout-0.32 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,8 @@ COMMENT= IO::Socket with read/write timeout LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-PerlIO-via-Timeout>=0.32:../../devel/p5-PerlIO-via-Timeout +# for make test +BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP PERL5_PACKLIST= auto/IO/Socket/Timeout/.packlist |