b233276d78
Approved by: mat (mentor)
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Services_JSON
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= converters www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP implementation of json_encode/decode
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|