1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/pecl-json/Makefile
2010-01-31 13:47:09 +00:00

26 lines
523 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= miwi@FreeBSD.org
COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=4
IGNORE_WITH_PHP=5
.include <bsd.port.mk>