freebsd-ports/databases/p5-Redis-hiredis/Makefile
Grzegorz Blach b759c24c5f - Update to 0.11.0
Approved by:	tabthorpe (mentor)
Feature safe:	yes
2013-04-17 15:27:24 +00:00

18 lines
360 B
Makefile

# 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
PERL_CONFIGURE= yes
MAN3= Redis::hiredis.3
.include <bsd.port.mk>