mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
29 lines
771 B
Makefile
29 lines
771 B
Makefile
# New ports collection makefile for: p5-Redis
|
|
# Date created: 2009-09-19
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Redis
|
|
PORTVERSION= 1.9040
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MELO
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl binding for Redis database
|
|
|
|
BUILD_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
|
|
RUN_DEPENDS= p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Redis.3 Redis::Hash.3 Redis::List.3
|
|
|
|
.include <bsd.port.mk>
|