freebsd-ports/databases/p5-Redis/Makefile
Martin Wilke cc6748e28b Pure perl bindings for http://code.google.com/p/redis/
This version support git version 0.08 or later of Redis available at
git://github.com/antirez/redis

WWW:	http://search.cpan.org/dist/Redis/

PR:		ports/138951
Feature safe: yes
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-09-18 23:35:34 +00:00

22 lines
415 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= 0.0801
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DP/DPAVLIN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl binding for Redis database
PERL_CONFIGURE= yes
MAN3= Redis.3
.include <bsd.port.mk>