freebsd-ports/devel/pecl-json/Makefile
Martin Wilke 981ae846c3 * Update comment to reflect that this is a php 4 only port.
* Update IGNORE_WITH_PHP to mark is IGNORE= with php 5.2
* Remove MD5 from distinfo.

PR:		152905
Submitted by:	"Tom Judge" <tom@tomjudge.com>
2010-12-20 06:23:40 +00:00

27 lines
554 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 for PHP 4
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER?=4
IGNORE_WITH_PHP=5 52
.include <bsd.port.mk>