freebsd-ports/net/pecl-mosquitto/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

24 lines
451 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:net/mosquitto
USE_PHP= yes
USE_PHPEXT= yes
USES= tar:tgz
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>