b5f018b794
Upstream changes: 0.56 2016-07-07 NEILB - Switched from using the deprecated TIE interface for Memoize - Refactored to current traditional directory structure - Switched to Dist::Zilla
18 lines
508 B
Makefile
18 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.21 2016/07/15 12:28:37 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Memoize-ExpireLRU-0.56
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Memoize/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Expiry plug-in for Memoize that adds LRU cache expiration
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Memoize/ExpireLRU/.packlist
|
|
|
|
#DEPENDS+= {perl>=5.7.3,p5-Memoize>=0.52}:../../devel/p5-Memoize
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|