pkgsrc/devel/p5-IPC-Cache/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

22 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/05/29 23:36:00 wiz Exp $
DISTNAME= IPC-Cache-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dclinton/IPC-Cache-0.02/Cache.pm
COMMENT= Perl module that implements an object storage space
LICENSE= gnu-gpl-v1
DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite
#DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable
PERL5_PACKLIST= auto/IPC/Cache/.packlist
USE_LANGUAGES= # none
REPLACE_PERL+= Cache.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"