09763bda9f
Upstream changes: 1.958 2013-01-15T16:54:40Z * Support for name constructor parameter, set connection name * Add documentation for CLIENT * commands * Improve reliability of Test::SpawnRedisServer 1.957 2013-01-15T13:18:07Z * Fix minimum Perl version 1.956 2013-01-15T10:35:10Z * Add on_connect callback to Redis constructor (issue 28) * Make sure quit() doesn't die when the socket is already dead (issue 30); * Switch to Digest::SHA, one less non-core dep RT#81841 * Try and make Travis-CI more useful, ask for a redis-server * Update SUPPORT section, moving bugtracker to GitHub issues 1.955 2012-10-10T11:43:44Z * Skip 30-scripts.t if the redis-server found lacks script support 1.954 2012-10-10T11:16:22Z * Support for multi-word commands such as "SCRIPT LOAD". * Try another fix for Windows non-blocking reads 1.953 2012-09-05T00:49:11Z * Tweak travis.ci setup 1.952 2012-09-04T11:22:18Z * Added automatic authentication after connection establishment * Support Redis 2.6: Aaron Crane <arc@cpan.org> * Attempt to fix non-blocking read on Windows * Enable travis.ci support on the repository
24 lines
627 B
Makefile
24 lines
627 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/01/19 11:53:55 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Redis-1.958
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5rds
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/}
|
|
|
|
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
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Redis/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|