mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5c1f0a07b0
PR: 94904 Submitted by: Alexander Zhuravlev <zaa (at) zaa.pp.ru> (maintainer)
26 lines
528 B
Makefile
26 lines
528 B
Makefile
# New ports collection makefile for: pecl-json
|
|
# Date created: 2006-03-17
|
|
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= json
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= devel pear www
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DISTNAME= json-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= zaa@zaa.pp.ru
|
|
COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
DEFAULT_PHP_VER= 5
|
|
PHP_MODNAME= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|