mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a2bc959e56
Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop. WWW: https://pecl.php.net/package/Mosquitto Version 0.4.0 runs with PHP 7.x PR: 239317 Submitted by: Daniel Morante <daniel@morante.net>
19 lines
325 B
Makefile
19 lines
325 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mosquitto
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= net pear
|
|
DISTNAME= Mosquitto-${PORTVERSION}
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Extension for libmosquitto
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= mosquitto>=0:net/mosquitto
|
|
|
|
USES= php:pecl
|
|
|
|
.include <bsd.port.mk>
|