mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
19 lines
360 B
Makefile
19 lines
360 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Redis-hiredis
|
|
PORTVERSION= 0.10.2
|
|
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>
|