freebsd-ports/databases/p5-Redis-hiredis/Makefile

20 lines
411 B
Makefile
Raw Normal View History

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
PORTNAME= Redis-hiredis
PORTVERSION= 0.11.0
2015-05-12 14:46:10 +02:00
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple wrapper around hiredis C client
USES= perl5
USE_PERL5= configure
2015-05-12 14:46:10 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
.include <bsd.port.mk>