pkgsrc/devel/p5-Tie-Cache-LRU-Expires/Makefile
cube 969794ebfb Initial import of p5-Tie-Cache-LRU-Expires.
This module implements an expiring LRU cache, using Tie::Cache::LRU.
Each entry in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU).  ENTRIES provides the maximum
number of entries in the Tie::Cache::LRU cache.
2010-07-04 17:48:57 +00:00

20 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 17:48:57 cube Exp $
DISTNAME= Tie-Cache-LRU-Expires-0.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Tie-Cache-LRU-Expires/
COMMENT= Extends Tie::Cache::LRU with expiring
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Tie-Cache-LRU-[0-9]*:../../devel/p5-Tie-Cache-LRU
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Tie/Cache/LRU/Expires/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"