55a9d89b7b
1.25 Sat Apr 20 12:42:25 CEST 2019 - fix dependency on Canary::Stability (reported by Ross Opperman).
20 lines
627 B
Makefile
20 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.24 2019/10/10 11:32:17 mef Exp $
|
|
|
|
DISTNAME= Async-Interrupt-1.25
|
|
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"
|