9c07d89a2c
Pkgsrc changes: - adjust dependencies Upstream changes: 1.04 - fixed local $@ issue. this happens on some version of perl5. 1.03 - release to cpan - fixed win32 issue(charsbar) 1.02_02 - use randomness on finding empty port(suggested by kazuhooku) - try to connect the port before bind(Tatsuhiko Miyagawa) 1.02_01 - better cleanup code by RAII pattern. https://rt.cpan.org/Ticket/Display.html?id=60657 (reported by dgl) 1.02 - lazy loading issue was fixed at Test::SharedFork 0.12. Depend to it. https://rt.cpan.org/Public/Bug/Display.html?id=60426 (reported by J.) 1.01 - remove unused deps for use_test_base(). 1.00 - bump up version! 0.16_02 - oops. packaging miss. 0.16_01 - Do not depend to IO::Socket::INET 1.31. Test::TCP works well with older IO, I hope. (suggested by mst)
22 lines
567 B
Makefile
22 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/08/29 13:01:48 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Test-TCP-1.04
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/TCP/.packlist
|
|
|
|
DEPENDS+= p5-Test-SharedFork>=0.12:../../devel/p5-Test-SharedFork
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|