ports/databases/pecl-redis/Makefile

19 lines
230 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= PHP interface to redis
DISTNAME= redis-5.3.7
REVISION= 0
CATEGORIES= databases
# PHP
PERMIT_PACKAGE= Yes
WANTLIB= c
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-redis
.include <bsd.port.mk>