blob: 6630e4a29a53cc11ed846fde392e6950a9cfe654 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Redis-hiredis
# Date created: 29 December 2010
# Whom: Grzegorz Blach <magik@roorback.net>
#
# $FreeBSD$
#
PORTNAME= Redis-hiredis
PORTVERSION= 0.9.2.5
CATEGORIES= databases perl5
MASTER_SITES= CPAN/../../authors/id/N/NE/NEOPHENIX
PKGNAMEPREFIX= p5-
MAINTAINER= magik@roorback.net
COMMENT= A Simple wrapper around hiredis C client
PERL_CONFIGURE= yes
MAN3= Redis::hiredis.3
.include <bsd.port.mk>
|