mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
26 lines
599 B
Makefile
26 lines
599 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= AnyEvent-Redis
|
|
PORTVERSION= 0.24
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DGL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= AnyEvent::Redis - Non-blocking Redis client
|
|
|
|
BUILD_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
|
p5-AnyEvent>=0:devel/p5-AnyEvent
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple \
|
|
p5-Test-TCP>=1.03:devel/p5-Test-TCP \
|
|
redis>=0:databases/redis
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|