ac7b972115
----------------------------------- 1.991 2016-08-23 16:04:29CEST+0200 Europe/Paris * release as a normal release after successful testing of the dev releases 1.990_02 2016-08-06 20:30:30CEST+0200 Europe/Paris * move reconnection test in reconnect test file to avoid test issues (skip_all but still run some tests) 1.990_01 2016-08-05 17:17:28CEST+0200 Europe/Paris * fix issue #122: don't attempt to close an already closed or undefined socket * fix issue #120 and #111: don't depend on locales for matching error messages * fix issue #118: spelling mistake * fix issue #116: forbid continuing using socket after a read timeout * fix issue #115: Unexpected error condition 54/freebsd
27 lines
842 B
Makefile
27 lines
842 B
Makefile
# $NetBSD: Makefile,v 1.16 2016/12/15 21:24:11 mef Exp $
|
|
|
|
DISTNAME= Redis-1.991
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Redis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Redis/
|
|
COMMENT= Perl binding for Redis database
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal \
|
|
p5-Test-Deep>=0:../../devel/p5-Test-Deep
|
|
# for make test ( of module Net::EmptyPort)
|
|
BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP
|
|
|
|
|
|
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
|
|
DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
|
|
DEPENDS+= p5-IO-Socket-Timeout>=0.32:../../net/p5-IO-Socket-Timeout
|
|
|
|
PERL5_PACKLIST= auto/Redis/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|