mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yar
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= localbase php:pecl
|
|
USE_PHP= json:build curl:build
|
|
IGNORE_WITH_PHP=56 72
|
|
|
|
OPTIONS_DEFINE= MSGPACK
|
|
MSGPACK_DESC= Enable MSGPACK module
|
|
MSGPACK_BUILD_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
|
|
MSGPACK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/msgpack.so:devel/pecl-msgpack
|
|
|
|
.include <bsd.port.mk>
|