security support it appears this is not really the case any more https://bugs.php.net/bug.php?id=81026 add @pkgpaths to merge pecl-* etc across mark www/syweb broken, it was marked 7.3-only so looks like it needs more work other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.17 2021/10/25 12:33:19 sthen Exp $
|
|
|
|
COMMENT= PHP interface to memcached via libmemcached
|
|
|
|
DISTNAME= memcached-3.1.5
|
|
REVISION= 2
|
|
|
|
# PHP
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c memcached memcachedutil pthread sasl2 z
|
|
|
|
MODULES= lang/php/pecl
|
|
LIB_DEPENDS= devel/libmemcached
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}"
|
|
|
|
TEST_DEPENDS= misc/memcached
|
|
TEST_IS_INTERACTIVE= ensure that memcached is running first
|
|
|
|
.include <bsd.port.mk>
|