diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/pecl-mosquitto/Makefile | 23 | ||||
-rw-r--r-- | net/pecl-mosquitto/distinfo | 2 | ||||
-rw-r--r-- | net/pecl-mosquitto/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9d00f3199284..5b950d305c14 100644 --- a/net/Makefile +++ b/net/Makefile @@ -832,6 +832,7 @@ SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp + SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile new file mode 100644 index 000000000000..ecadccaacfa4 --- /dev/null +++ b/net/pecl-mosquitto/Makefile @@ -0,0 +1,23 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= mosquitto +PORTVERSION= 0.2.2 +CATEGORIES= net pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DISTNAME= Mosquitto-${PORTVERSION} +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Extension for libmosquitto + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= mosquitto>=0:${PORTSDIR}/net/mosquitto + +USE_PHP= yes +USE_PHPEXT= yes +USES= tar:tgz + +.include <bsd.port.mk> diff --git a/net/pecl-mosquitto/distinfo b/net/pecl-mosquitto/distinfo new file mode 100644 index 000000000000..2b23ef984d27 --- /dev/null +++ b/net/pecl-mosquitto/distinfo @@ -0,0 +1,2 @@ +SHA256 (PECL/Mosquitto-0.2.2.tgz) = e9baa3af1d9a62f8fa1b76ffffbd13fffe7b65e0122130fb389915269543915e +SIZE (PECL/Mosquitto-0.2.2.tgz) = 16018 diff --git a/net/pecl-mosquitto/pkg-descr b/net/pecl-mosquitto/pkg-descr new file mode 100644 index 000000000000..720eaa63d030 --- /dev/null +++ b/net/pecl-mosquitto/pkg-descr @@ -0,0 +1,4 @@ +Mosquitto provides support for the MQTT protocol, including publishing, +subscribing, and an event loop. + +WWW: http://pecl.php.net/package/Mosquitto |