mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
246fe0e48f
PR: 199875 Submitted by: maintainer
27 lines
584 B
Makefile
27 lines
584 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jsonc
|
|
PORTVERSION= 1.3.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= PECL extension for JSON manipulation
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c
|
|
|
|
USES= pkgconfig tar:tgz
|
|
CONFIGURE_ARGS= --with-jsonc --with-libjson
|
|
MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP=52 53
|
|
CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5*
|
|
|
|
.include <bsd.port.mk>
|