aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Redis-hiredis/Makefile
blob: 2d0cf99dd9912dfe85a03d758ca65eea0ad28d5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	Redis-hiredis
PORTVERSION=	0.11.0
PORTREVISION=	2
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Simple wrapper around hiredis C client
WWW=		https://metacpan.org/release/Redis-hiredis

USES=		perl5
USE_PERL5=	configure

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so

.include <bsd.port.mk>