Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / p5-Redis-hiredis / Makefile
1 # Created by: Grzegorz Blach <gblach@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Redis-hiredis
5 PORTVERSION=    0.11.0
6 PORTREVISION=   1
7 CATEGORIES=     databases perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:NEOPHENIX
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     gblach@FreeBSD.org
13 COMMENT=        Simple wrapper around hiredis C client
14
15 USES=           perl5
16 USE_PERL5=      configure
17
18 .include <bsd.port.mk>