pkgsrc/sysutils/p5-IO-KQueue/Makefile
wiz 4a184df112 p5-IO-KQueue: update to 0.39.
0.39 2020-07-10
    - Fix no-lib packaging error (arc)

0.38 2020-07-10
    - Fix POD error (manwar)
    - Fix undef detection in XS code (Alexander Bluhm)
    - Move library file to lib/ (arc)

0.37 2020-07-04
    - Fix building on older FreeBSD versions (BinGOs)

0.36 2020-07-04
    - Release trial version with no other changes

0.35-TRIAL 2020-06-30
    - New maintainer ARC (Aaron Crane)
    - Fixes to build on recent MacOS; now requires Perl 5.10 (though that may
      change if needed)
2020-09-07 14:32:13 +00:00

25 lines
701 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/09/07 14:32:13 wiz Exp $
DISTNAME= IO-KQueue-0.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/IO-KQueue
COMMENT= Perl interface to the BSD kqueue system call
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-perl-headers-[0-9]*:../../devel/p5-perl-headers
DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
.include "../../mk/bsd.prefs.mk"
.if !defined(PKG_HAVE_KQUEUE)
PKG_FAIL_REASON+= "Requires kqueue(2)"
.endif
PERL5_PACKLIST= auto/IO/KQueue/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"