freebsd-ports/net/pecl-mosquitto/Makefile
Sunpoet Po-Chuan Hsieh 36e84829ca - Update to 0.3.0
Changes:	https://pecl.php.net/package-changelog.php?package=Mosquitto
PR:		202872
Submitted by:	Gasol Wu <gasol.wu@gmail.com> (maintainer)
2015-09-03 16:47:04 +00:00

23 lines
443 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= mosquitto
PORTVERSION= 0.3.0
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>