Files
ports/devel/pecl-msgpack/Makefile
T
Muhammad Moinur Rahman 2c3d6b26d0 devel/pecl-msgpack: Restore build with php86
Approved by:	portmgr (blanket)
2026-07-12 19:24:46 +02:00

22 lines
518 B
Makefile

PORTNAME= msgpack
PORTVERSION= 3.0.1
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Provides API for communicating with MessagePack serialization
WWW= https://pecl.php.net/package/msgpack
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= php:pecl
OPTIONS_DEFINE= APCU
OPTIONS_DEFAULT= APCU
APCU_DESC= Register as a serializer for APCu
APCU_BUILD_DEPENDS= ${LOCALBASE}/include/php/ext/apcu/apc_serializer.h:devel/pecl-APCu@${PHP_FLAVOR}
APCU_CONFIGURE_ENABLE= apcu
.include <bsd.port.mk>