mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add pecl-mosquitto 0.2.2
Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop. WWW: http://pecl.php.net/package/Mosquitto PR: ports/190262 Submitted by: Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
parent
8b1ff79114
commit
c11fb52a8e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355407
@ -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
|
||||
|
23
net/pecl-mosquitto/Makefile
Normal file
23
net/pecl-mosquitto/Makefile
Normal file
@ -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>
|
2
net/pecl-mosquitto/distinfo
Normal file
2
net/pecl-mosquitto/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/Mosquitto-0.2.2.tgz) = e9baa3af1d9a62f8fa1b76ffffbd13fffe7b65e0122130fb389915269543915e
|
||||
SIZE (PECL/Mosquitto-0.2.2.tgz) = 16018
|
4
net/pecl-mosquitto/pkg-descr
Normal file
4
net/pecl-mosquitto/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user