pkgsrc-wip/p5-Cache-Mmap/Makefile
Hiramatsu Yoshifumi bf69b3a26f Update p5-Cache-Mmap to 0.11.
Changes from previous:
----------------------
2008-04-15 0.11
  Doc fix:
    Add 0.10's changes to this list :-)

2008-04-15 0.11
  Bug fix:
    Fix the perl version check to something which doesn't complain with 5.10

2005-11-15 0.09
  Bug fix:
    Unlock the file before mmap(), as mandated by the spec
    Return useful values from XS
  Thanks to Janardhan Molumuri <mjanardhan@gmail.com>
    for being bitten by this, and for assistance in fixing it
  Minor documentation improvements
2013-04-02 06:59:29 +00:00

18 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/04/02 06:59:29 jgoamakf Exp $
DISTNAME= Cache-Mmap-0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Cache-Mmap/
COMMENT= Shared data cache using memory mapped files
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Cache/Mmap/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"