aboutsummaryrefslogtreecommitdiffstats
path: root/net/pecl-mosquitto
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-10 23:08:47 +0800
committerMathieu Arnold <mat@FreeBSD.org>2017-04-10 23:08:47 +0800
commit3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch)
tree212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /net/pecl-mosquitto
parent2c5242ce188ffc61ed37118b2f79a41a85420bda (diff)
downloadfreebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz
freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.zst
freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
Diffstat (limited to 'net/pecl-mosquitto')
-rw-r--r--net/pecl-mosquitto/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile
index a92f0851069e..ddf89c46106f 100644
--- a/net/pecl-mosquitto/Makefile
+++ b/net/pecl-mosquitto/Makefile
@@ -5,10 +5,7 @@ PORTNAME= mosquitto
PORTVERSION= 0.3.0
PORTREVISION= 1
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
@@ -17,7 +14,7 @@ LICENSE= BSD3CLAUSE
BUILD_DEPENDS= mosquitto>=0:net/mosquitto
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>