blob: 3629006caa6c7cfd4aec3e307e77e0ac8cc2aea3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.10.1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN: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>
|