721f748e01
------------------- No Entry for 0.55 in ChangeLog, but the only difference is LICENSE file is included now, which is the same as 'artistic' (so the LICENSE= is changed to that).
18 lines
538 B
Makefile
18 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/02/18 03:17:52 mef Exp $
|
|
|
|
DISTNAME= Tie-Cache-LRU-Expires-0.55
|
|
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= artistic
|
|
|
|
DEPENDS+= p5-Tie-Cache-LRU-[0-9]*:../../devel/p5-Tie-Cache-LRU
|
|
|
|
PERL5_PACKLIST= auto/Tie/Cache/LRU/Expires/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|