d306028871
0.42 2019-11-12 [CHANGES] * Added Future::Queue [BUGFIXES] * Remove already-completed futures from the on_cancel chain of others to avoid the list growing arbitrarily large in some situations; e.g easily provoked by long loops in Future::AsyncAwait
23 lines
766 B
Makefile
23 lines
766 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/11/16 00:39:01 mef Exp $
|
|
|
|
DISTNAME= Future-0.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Future
|
|
COMMENT= Represent an operation awaiting completion
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
|
|
TEST_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
|
|
TEST_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
|
|
|
|
USE_LANGUAGES= #empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Future/.packlist
|
|
PERL5_REQD+= 5.10.1 # Test::More >= 0.88
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|