3256e70225
2.19 2017-05-11T13:02:47Z commit aac1b06c1e3b0d73ca964794bab0c444d454ebcc Author: Yasuhiro Matsumoto <mattn.jp@gmail.com> Date: Thu May 11 18:40:13 2017 +0900 don't run command when the port is empty Test::TCP do hack on Windows for checking port used. https://github.com/tokuhirom/Test-TCP/commit/0f4510d8 But this way always return 0 with succeeded with empty port. This is not expected behavior. So this change fix to call check_port if the port is not defined. fixes #60 2.18 2017-04-24T06:00:25Z - let the kernel select an empty port #59 https://github.com/tokuhirom/Test-TCP/pull/59 (i110)
19 lines
532 B
Makefile
19 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.25 2017/09/17 21:36:19 wiz Exp $
|
|
|
|
DISTNAME= Test-TCP-2.19
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-TCP/
|
|
COMMENT= Perl 5 module to test TCP program
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Test-SharedFork>=0.19:../../devel/p5-Test-SharedFork
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/TCP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|