1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/databases/p5-Redis/Makefile
Wen Heping 0daf8b7395 - Update to 1.2001
- Reset maintainer to perl@

PR:		ports/145186
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (previous maintainer)
2010-03-30 01:57:21 +00:00

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