ports/databases/pecl-redis/Makefile

18 lines
218 B
Makefile
Raw Normal View History

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