pkgsrc-wip/php-msgpack/Makefile
Jeremy C. Reed 11aa04d277 php-msgpack: Import php-msgpack-2.0.1 as wip/php-msgpack
php-msgpack provides bindings to the functions of MessagePack,
an efficient binary serialization format which may be used
to exchange data among multiple languages.
2016-09-28 17:57:19 -05:00

22 lines
523 B
Makefile

# $NetBSD$
#
MODNAME= msgpack
# all versions are listed as "beta" state
PECL_VERSION= 2.0.1
CATEGORIES+= devel
MAINTAINER= pkgsrc-users@pkgsrc.org
HOMEPAGE= https://pecl.php.net/package/msgpack
COMMENT= PHP extension for interfacing with MessagePack
LICENSE= modified-bsd
PHP_VERSIONS_ACCEPTED= 70 71
# 5.x versions use 0.5.7 version of the php msgpack
TEST_TARGET= test
TEST_ENV= NO_INTERACTION=set
.include "../../devel/msgpack/buildlink3.mk"
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"