7370a332e0
This extension provide API for communicating with MessagePack serialization. MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
19 lines
468 B
Makefile
19 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/03/12 15:02:38 tpaul Exp $
|
|
|
|
MODNAME= msgpack
|
|
PECL_VERSION= 2.1.2
|
|
CATEGORIES+= devel
|
|
|
|
MAINTAINER= tpaul@NetBSD.org
|
|
HOMEPAGE= https://pecl.php.net/package/msgpack
|
|
COMMENT= PHP extension for interfacing with MessagePack
|
|
LICENSE= modified-bsd
|
|
|
|
PHP_VERSIONS_INCOMPATIBLE= 56
|
|
|
|
TEST_TARGET= test
|
|
TEST_ENV= NO_INTERACTION=set
|
|
|
|
.include "../../devel/msgpack/buildlink3.mk"
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|