freebsd-ports/net/pecl-mosquitto/Makefile
Sunpoet Po-Chuan Hsieh c11fb52a8e - 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>
2014-05-26 16:15:33 +00:00

23 lines
443 B
Makefile

# 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>