1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/pecl-json/Makefile
Thierry Thomas 5c1f0a07b0 Upgrade to 1.2.1.
PR:		94904
Submitted by:	Alexander Zhuravlev <zaa (at) zaa.pp.ru> (maintainer)
2006-03-27 21:27:51 +00:00

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>