1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/pecl-mosquitto/Makefile
Kurt Jaeger a2bc959e56 New/resurrected port: net/pecl-mosquitto
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>
2019-07-21 19:57:01 +00:00

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>