2013-11-15 21:52:16 +01:00
|
|
|
# Created by: John Chen <johnpupu@gmail.com>
|
|
|
|
|
|
|
|
PORTNAME= yar
|
2021-05-04 21:15:21 +02:00
|
|
|
PORTVERSION= 2.2.0
|
2013-11-15 21:52:16 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2021-05-04 21:15:21 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2013-11-15 21:52:16 +01:00
|
|
|
COMMENT= Yar (Yet another RPC framework) is a light, concurrent RPC framework
|
|
|
|
|
|
|
|
LICENSE= PHP301
|
2018-01-17 17:35:57 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2020-08-04 18:44:59 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
2013-11-15 21:52:16 +01:00
|
|
|
|
2020-08-04 18:44:59 +02:00
|
|
|
USES= localbase:ldflags php:pecl
|
|
|
|
USE_PHP= curl json:build
|
|
|
|
|
2021-05-04 21:15:21 +02:00
|
|
|
OPTIONS_DEFINE= MSGPACK
|
|
|
|
OPTIONS_DEFAULT=MSGPACK
|
|
|
|
MSGPACK_DESC= Enable MSGPACK module
|
|
|
|
|
|
|
|
MSGPACK_BUILD_DEPENDS= ${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR}
|
|
|
|
MSGPACK_RUN_DEPENDS= ${PECL_PKGNAMEPREFIX}msgpack>=0:devel/pecl-msgpack@${PHP_FLAVOR}
|
2013-11-15 21:52:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|