pkgsrc/devel/p5-IPC-Shareable/Makefile
wen eeddeb7d03 Update to 1.06
Upstream changes:
1.06    2021-09-08
    - Fix significant bug where at least on MacOS, if we generated a CRC of a
      key that was greater than 0x80000000, it would round down the key to that
      number exactly, casuing duplicates, and incorrect segment access
    - Added new() method, returns a reference (default hash) without having to
      do the tie() directly
    - Modify t/65-seg_size.t beyond RAM max test to cover varying error messages
      on differing OSs
    - Renamed t/67-out_of_memory.t as the tests are related to exhausting SHM
      slots, not RAM
2021-10-09 23:45:13 +00:00

29 lines
792 B
Makefile

# $NetBSD: Makefile,v 1.33 2021/10/09 23:45:13 wen Exp $
DISTNAME= IPC-Shareable-1.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/IPC-Shareable
COMMENT= Tie a variable to shared memory
LICENSE= gnu-gpl-v2
DEPENDS+= p5-String-CRC32>=0:../../textproc/p5-String-CRC32
PERL5_PACKLIST= auto/IPC/Shareable/.packlist
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
# The tests hang on NetBSD 9.2, both as unprivileged user and as root.
# The last words are:
#
# t/25ipc.......Could not create semaphore set: No space left on device
# at t/25ipc.t line 37
TEST_TARGET= # disabled
.endif
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"