aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-15 09:24:02 +0800
committermiwi <miwi@FreeBSD.org>2013-03-15 09:24:02 +0800
commitc6e525c4f39757a4cc1fa59c4afcf7b2bdcd3016 (patch)
treed0b273a216f81fc0c85167d522a397ae53ccdcdf /converters
parent55b4e77bc1c9f384ac2e1f1aba22f456dd5fdf4a (diff)
downloadfreebsd-ports-gnome-c6e525c4f39757a4cc1fa59c4afcf7b2bdcd3016.tar.gz
freebsd-ports-gnome-c6e525c4f39757a4cc1fa59c4afcf7b2bdcd3016.tar.zst
freebsd-ports-gnome-c6e525c4f39757a4cc1fa59c4afcf7b2bdcd3016.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'converters')
-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"