a033e9ab28
1.62 -- Fixed rt21751: test hangs on MSWin32 (Andy Melnikov) -- Fixed rt34188: Tests use perlbal management port - so fail if perlbal running (Andy Melnikov) -- Fixed rt129487: epoll: fix misordered EPOLL_CTL_DEL call (Eric Wong, e@80x24.org> -- Fixed rt129724: set close-on-exec flag on epoll descriptors (Eric Wong) -- Fixed rt88518: typo fixes (dsteinbrunner@pobox.com) -- Fixed rt85715: IPv6 support for local_ip_string (ROBN@cpan.org) -- Fixed rt129484: deal with EINTR in IO::Poll path -- Fixed rt72670: simple optimization by caching pack (nicolas.rochelemagne@cpanel.net, bitcard@miuku.net)
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/09/07 12:05:42 wiz Exp $
|
|
|
|
DISTNAME= Danga-Socket-1.62
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NM/NML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/pod/Danga::Socket
|
|
COMMENT= Event loop and event-driven async socket base class
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sys-Syscall>=0:../../devel/p5-Sys-Syscall
|
|
TEST_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP
|
|
|
|
PERL5_PACKLIST= auto/Danga/Socket/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|