18 lines
333 B
Makefile
18 lines
333 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
|
|
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
|
|
IGNORE_WITH_PHP= 80
|
|
|
|
.include <bsd.port.mk>
|