bda4885872
- Add NO_ARCH
16 lines
278 B
Makefile
16 lines
278 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
|
|
PORTNAME= Services_JSON
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= converters www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PHP implementation of json_encode/decode
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|