diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-04 10:47:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-04 10:47:35 +0800 |
commit | 79c444727509a8928ed5a431e8e57a8a00550082 (patch) | |
tree | 78c8cf9ffa608938e57f20fd428b6277b7523b17 /textproc/pecl-syck/Makefile | |
parent | 141d0776b88032b4c38d864f0dce620050f5cfd2 (diff) | |
download | freebsd-ports-gnome-79c444727509a8928ed5a431e8e57a8a00550082.tar.gz freebsd-ports-gnome-79c444727509a8928ed5a431e8e57a8a00550082.tar.zst freebsd-ports-gnome-79c444727509a8928ed5a431e8e57a8a00550082.zip |
- Add support for PHP 5.4
PR: 174253
Submitted by: Stephon Chen <stephon@gmail.com>
Diffstat (limited to 'textproc/pecl-syck/Makefile')
-rw-r--r-- | textproc/pecl-syck/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 85b7f0daaf67..1b5fe18948d2 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: pecl-syck -# Date created: 7 Aug 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= syck PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= textproc pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -21,8 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck USE_PHP= spl hash USE_PHP_BUILD= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-syck |