diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:24:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-15 01:24:02 +0000 |
commit | 9df05f46d19fbb7856464fcfeb2d22f3c40adb30 (patch) | |
tree | d0b273a216f81fc0c85167d522a397ae53ccdcdf /converters/pear-Services_JSON | |
parent | 0b4cb62395290761b1f5001d7d35898b172eddf0 (diff) | |
download | ports-9df05f46d19fbb7856464fcfeb2d22f3c40adb30.tar.gz ports-9df05f46d19fbb7856464fcfeb2d22f3c40adb30.zip |
Notes
Diffstat (limited to 'converters/pear-Services_JSON')
-rw-r--r-- | converters/pear-Services_JSON/Makefile | 10 |
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" |