aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Redis-hiredis/Makefile
blob: 73427c2a6b99188701428ad462f5a5d612d20795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Redis-hiredis
PORTVERSION=    0.11.0
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:NEOPHENIX
PKGNAMEPREFIX=  p5-

MAINTAINER= gblach@FreeBSD.org
COMMENT=    A Simple wrapper around hiredis C client

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>