From 3fc575d9f3970c4b3d271c59b1f318d32b624b71 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 10 Apr 2017 15:08:47 +0000 Subject: Convert all PECL ports to USES=php:pecl. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 --- net/pecl-mosquitto/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'net/pecl-mosquitto') 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 -- cgit