pkgsrc/devel/p5-IO-Async/Makefile
mef 73b601d55c Update to 0.66
--------------
0.66    2015/04/17 20:36:39
        [CHANGES]
         * Created IO::Async::Debug
         * Ignore SIGPIPE by default (RT92024)
         * IaSocket->bind now returns a Future
         * Added IaSocket->bind resolver support and neatened up UDP examples
           in synopsis/documentation

        [BUGFIXES]
         * Correct call to unpack() in IaStream example (RT103143)
         * Don't silently eat accept() failures in IaListener (RT102677)
         * Remember to add the new resolver instance to $loop in
           ->set_resolver (RT103446)
         * Correct implementation of ->unwatch_io on IaLoop::Poll to prevent
           100% CPU spin (RT103445)
         * Ensure that an exception thrown by Timer::Periodic's on_tick
           doesn't prevent rescheduling
2015-04-21 13:24:56 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2015/04/21 13:24:56 mef Exp $
DISTNAME= IO-Async-0.66
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/IO-Async
COMMENT= Asynchronous event-driven programming
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Future>=0.18:../../devel/p5-Future
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/IO/Async/.packlist
PERL5_REQD+= 5.7.3 # Storable >= 0
PERL5_REQD+= 5.7.3 # Time::HiRes >= 0
PERL5_REQD+= 5.10
PERL5_REQD+= 0 # IO::Poll >= 0
PERL5_REQD+= 2.007 # Socket >= 2.007
PERL5_REQD+= 5.4 # File::stat >= 0
PERL5_REQD+= 0 # IO::Socket::IP >= 0
PERL5_REQD+= 5.10.1 # Test::More >= 0.88
PERL5_REQD+= 5.6.1 # File::Temp >= 0
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"