ports/databases/pecl-redis/Makefile

17 lines
218 B
Makefile

COMMENT= PHP interface to redis
DISTNAME= redis-6.0.0
CATEGORIES= databases
# PHP
PERMIT_PACKAGE= Yes
WANTLIB= c
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-redis
.include <bsd.port.mk>