pkgsrc-wip/p5-Cache-FastMmap/Makefile
Hiramatsu Yoshifumi ae2ff8e4d4 Updated to 1.09.
1.09  Thu Feb  7 15:50 2005
  - add get_and_set() routine to allow atomic reading and
    writing of a cache value (thanks to Sreeji Das)
  - fix some tests
2006-01-25 02:01:30 +00:00

16 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/01/25 02:01:30 jgoamakf Exp $
DISTNAME= Cache-FastMmap-1.09
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cfm
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Cache-FastMmap/
COMMENT= Shared memory cache through an mmap'ed file
PERL5_PACKLIST= auto/Cache/FastMmap/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"