- Updating package for p5 module Cache::Memcached from 1.24 to 1.26 - Setting license to gnu-gpl-v2 Upstream changes: 2009-05-04: version 1.26 * don't include "stats sizes" by default in the stats method, as that can hang big servers for a few seconds (Brad Fitzpatrick) 2009-05-02: version 1.25 * Clear @buck2sock when calling disconnect_all. (Dennis Stosberg, [rt.cpan.org #45560] * Reconnects to a dead connection shouldn't happen every time when the connection has never succeded. Apply the dead timeout to sockets that never even came up. Add a test. * Warn when trying to put undef values into memcache. (Henry Lyne <hlyne@livejournalinc.com>) * flush_all now only returns success if there is a proper reply from all servers - Yann Kerherve <yann@sixapart.com> * 'noreply' support from Tomash Brechko <tomash.brechko@gmail.com> * various test updates from Ronald J Kimball <rkimball@pangeamedia.com>
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/05/18 07:09:29 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Cache-Memcached-1.26
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://danga.com/memcached/
|
|
COMMENT= Perl API for distributed memory cache daemon memcached
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|