freebsd-ports/net/pecl-mosquitto/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

20 lines
361 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= mosquitto
PORTVERSION= 0.3.0
PORTREVISION= 1
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= 70
.include <bsd.port.mk>