72c1ba29fa
ChangeLog: 2012-05-19: version 1.30 * Fix buck2sock corruption that causes errors like "No map found matching for GLOB" or "No sock found for" (hachi@cpan.org) https://rt.cpan.org/Ticket/Display.html?id=62872 * Fix t/05_reconnect_timeout.t to not fail on networks that fast-reject TEST-NET-1 https://rt.cpan.org/Ticket/Display.html?id=74500 * Fix warning about undefined value in GetParser.pm (kost@ropnet.ru) https://rt.cpan.org/Ticket/Display.html?id=31067 * Add documentation of connect_timeout and select_timeout https://rt.cpan.org/Ticket/Display.html?id=30904
19 lines
608 B
Makefile
19 lines
608 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/01/23 09:45:10 rhaen Exp $
|
|
|
|
DISTNAME= Cache-Memcached-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Cache-Memcached/
|
|
COMMENT= Perl API for distributed memory cache daemon memcached
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32
|
|
DEPENDS+= {perl>=5.10,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/Cache/Memcached/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|