1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

- Convert to PEAR_AUTOINSTALL

This commit is contained in:
Martin Wilke 2013-03-15 01:24:02 +00:00
parent 0b4cb62395
commit 9df05f46d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314211

View File

@ -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"