pkgsrc/devel/p5-IO-AIO/Makefile
wiz 0b84213a32 p5-IO-AIO: update to 4.6.
4.6  Sat Aug 25 21:58:36 CEST 2018
	- add st_btime, st_btimesec, st_btimensec and st_gen accessors,
          mostly for bsds which expose birthtime and st_gen members (netbsd, freebsd
          but only st_gen on openbsd because they compiled their perl without support
          for birthtimes).
        - fix madvise and munlock to properly support negative offsets.
        - allocate fd for the aio_close at boot time, to guarantee it working
          later, rather than calling abort when it fails. also avoids
          close-on-exec race issues after module load.
        - #undef utime on win32, maybe this helps some reports of utime hangs.
        - minor doc improvements.
        - minor configure cleanups.
        - use $Config{perllibs} instead of libs for configure. might help people
          who didn'T install all perl dependencies (might break things as well).
2018-08-26 06:26:46 +00:00

27 lines
825 B
Makefile

# $NetBSD: Makefile,v 1.20 2018/08/26 06:26:46 wiz Exp $
DISTNAME= IO-AIO-4.6
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IO-AIO/
COMMENT= Perl 5 module implementing asynchronous input/output
LICENSE= ${PERL5_LICENSE}
# Note: libeio is bundle with the distribution tarball.
# Its configure script is run via Makefile.PL
# with all perl configuration settings, id est
# the Config module, set in its environment
# build time requirment
BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
USE_LANGUAGES= c
PERL5_PACKLIST= auto/IO/AIO/.packlist
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"