pkgsrc/devel/p5-Async-Interrupt/Makefile
mef d496add5c4 (devel/p5-Async-Interrupt) Updated to 1.26
1.26 Mon Apr 27 13:34:10 CEST 2020
        - make it compatible with perl 5.31's sighandler changes
          (patch by Todd Rinaldo).
2020-05-04 02:16:48 +00:00

20 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.25 2020/05/04 02:16:48 mef Exp $
DISTNAME= Async-Interrupt-1.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Async/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Async-Interrupt
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Async/Interrupt/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"