pkgsrc/devel/p5-IPC-Cache/Makefile
rodent 53661799c5 Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.
IPC::Cache is a perl module that implements an object storage space where data
is persisted across process boundaries.
2013-07-06 00:32:03 +00:00

22 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/06 00:32:03 rodent Exp $
#
DISTNAME= IPC-Cache-0.02
PKGNAME= p5-${DISTNAME}
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"