401ea2bfc2
1.48 Thu Apr 11 11:30 2019 - Remove use of // so we should work on 5.8 again - Replace -1 with a NOPAGE constant - Use 64bit offsets so we support caches > 4G - Various valgrind code fixes Thanks to oschwald@gmail.com
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.28 2019/10/11 14:56:08 mef Exp $
|
|
|
|
DISTNAME= Cache-FastMmap-1.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Cache-FastMmap
|
|
COMMENT= Shared memory cache through an mmap'ed file
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Cache/FastMmap/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|