pkgsrc/devel/p5-Async-Interrupt/Makefile
wiz fa81889932 p5-Async-Interrupt: update to 1.22.
1.22 Thu Jan 18 17:43:14 CET 2018
	- further USE_SOCKETS_AS_HANDLES fixes (Z59).
2018-02-25 16:42:49 +00:00

19 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.19 2018/02/25 16:42:49 wiz Exp $
DISTNAME= Async-Interrupt-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Async/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Async-Interrupt/
COMMENT= Allow C/XS libraries to interrupt perl asynchronously
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Async/Interrupt/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"