freebsd-ports/databases/p5-Redis/Makefile
Sunpoet Po-Chuan Hsieh 82d26d0b72 - Update to 1.902
Changes:	http://search.cpan.org/dist/Redis/Changes
PR:		ports/154605
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com>
2011-02-11 08:14:45 +00:00

28 lines
723 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.9020
CATEGORIES= databases perl5
MASTER_SITES= CPAN/../../authors/id/M/ME/MELO
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl binding for Redis database
BUILD_DEPENDS= p5-Guard>=0:${PORTSDIR}/devel/p5-Guard \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
RUN_DEPENDS= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
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>