From 9df05f46d19fbb7856464fcfeb2d22f3c40adb30 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 15 Mar 2013 01:24:02 +0000 Subject: [PATCH] - Convert to PEAR_AUTOINSTALL --- converters/pear-Services_JSON/Makefile | 10 +++------- 1 file 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 -# +# Created by: Wen Heping # $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 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"