mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
48044fec3b
OK sthen@
22 lines
291 B
Makefile
22 lines
291 B
Makefile
COMMENT= PHP interface to redis
|
|
|
|
DISTNAME= redis-6.3.0
|
|
|
|
CATEGORIES= databases
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# needs __BYTE_ORDER__
|
|
COMPILER= base-clang ports-gcc
|
|
COMPILER_LANGS= c
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= lang/php/pecl
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --enable-redis
|
|
|
|
.include <bsd.port.mk>
|