721132d138
Changes: 1.951 2012-03-13T10:17:09Z * Remove Tie::StdHash from our dependencies list, its part of core and it creates problems with some CPAN clients 1.950 2012-03-12T13:54:10Z * DEPRECATED: the encoding attribute to new() - we will not support automatic decoding after 2.000, so please test your code with encoding => undef now. * Add pipeline support: Aaron Crane arc@github++! * Cache AUTOLOAD calls: improves performance a bit, fixes #2 * Fix: apply reconnect logic to KEYS and INFO * Fix: forbid PING and SHUTDOWN in SUBSCRIBE mode * Updated docs covering pipelining and multi/exec * Updated docs to point users to Github for code and issues
24 lines
632 B
Makefile
24 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/04/04 19:42:09 mishka Exp $
|
|
#
|
|
|
|
DISTNAME= Redis-1.951
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5rds
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/ME/MELO/}
|
|
|
|
MAINTAINER= tnozaki@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Redis/
|
|
COMMENT= Perl binding for Redis database
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Redis/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|