mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
0daf8b7395
- Reset maintainer to perl@ PR: ports/145186 Submitted by: Gea-Suan Lin <gslin@gslin.org> (previous maintainer)
23 lines
416 B
Makefile
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>
|