summaryrefslogtreecommitdiff
path: root/converters/pear-Services_JSON
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:24:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 01:24:02 +0000
commit9df05f46d19fbb7856464fcfeb2d22f3c40adb30 (patch)
treed0b273a216f81fc0c85167d522a397ae53ccdcdf /converters/pear-Services_JSON
parent- Convert to PEAR_AUTOINSTALL (diff)
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=314211
Diffstat (limited to 'converters/pear-Services_JSON')
-rw-r--r--converters/pear-Services_JSON/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/converters/pear-Services_JSON/Makefile b/converters/pear-Services_JSON/Makefile
index 4aeeeaef02ac..d476e8da2dbd 100644
--- a/converters/pear-Services_JSON/Makefile
+++ b/converters/pear-Services_JSON/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Services_JSON
-# Date created: 22 May, 2009
-# Whom: Wen Heping <wenheping@gmail.com>
-#
+# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
-#
PORTNAME= Services_JSON
PORTVERSION= 1.0.3
@@ -13,9 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= PHP implementation of json_encode/decode
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= JSON.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"