23 lines
415 B
Makefile
23 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>
|