1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/pecl-jsonc/Makefile
Torsten Zuehlsdorff 1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.

PR:          222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
2017-12-14 13:57:28 +00:00

20 lines
415 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= jsonc
PORTVERSION= 1.3.10
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= PECL extension for JSON manipulation
LICENSE= PHP301
USES= php:pecl pkgconfig
CONFIGURE_ARGS= --with-jsonc
MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1
IGNORE_WITH_PHP=70 71 72
CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5*
.include <bsd.port.mk>