1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net/pecl-mosquitto/Makefile
2018-10-08 15:08:13 +00:00

21 lines
370 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 71 72 73
.include <bsd.port.mk>