Files
ports/archivers/php-zstd/Makefile
T
Paavo-Einari Kaipila c862506f39 archivers/php-zstd: Update version 0.16.0=>0.17.0
Changelog:
https://github.com/kjdev/php-ext-zstd/releases/tag/0.17.0

Commit log:
https://github.com/kjdev/php-ext-zstd/compare/0.16.0...0.17.0

remove config.m4 patch, which has been upstreamed
undo 63b6120db0

PR:		296523
Approved by:	submitter is maintainer
2026-07-12 19:24:46 +02:00

32 lines
665 B
Makefile

PORTNAME= zstd
DISTVERSION= 0.17.0
CATEGORIES= archivers
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= pkaipila@gmail.com
COMMENT= Zstandard extension for PHP
WWW= https://github.com/kjdev/php-ext-zstd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= php:ext pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= kjdev
GH_PROJECT= php-ext-zstd
CONFIGURE_ARGS= --with-libzstd
OPTIONS_DEFINE= APCU
OPTIONS_DEFAULT= APCU
APCU_DESC= APCu cache compression support for objects
APCU_BUILD_DEPENDS= ${LOCALBASE}/include/php/ext/apcu/apc_serializer.h:devel/pecl-APCu@${PHP_FLAVOR}
APCU_CONFIGURE_ENABLE= apcu
.include <bsd.port.mk>