diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:59:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-11 08:59:26 +0000 |
commit | da2f456ebd2d8aa1a1cd069c8bb1ea4952ebfaae (patch) | |
tree | af78076d6e1387d286a1e678ac5a6dc50c09fa41 | |
parent | Add php5 hash extension. (diff) |
Mark it php4-only.
Approved by: maintainer
-rw-r--r-- | archivers/pecl-zip/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-json/Makefile | 4 | ||||
-rw-r--r-- | security/pecl-hash/Makefile | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/archivers/pecl-zip/Makefile b/archivers/pecl-zip/Makefile index 14d9543e0ddf..60154ebafc93 100644 --- a/archivers/pecl-zip/Makefile +++ b/archivers/pecl-zip/Makefile @@ -19,6 +19,8 @@ COMMENT= A PECL extension to create and read zip files USE_PHP= pcre USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-zip --with-zlib-dir=/usr diff --git a/devel/pecl-json/Makefile b/devel/pecl-json/Makefile index 5478b3a1dd41..1467877b516a 100644 --- a/devel/pecl-json/Makefile +++ b/devel/pecl-json/Makefile @@ -19,7 +19,7 @@ COMMENT= PHP extension for JSON (JavaScript Object Notation) serialization USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER= 5 -PHP_MODNAME= ${PORTNAME} +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> diff --git a/security/pecl-hash/Makefile b/security/pecl-hash/Makefile index 204ba8bc1956..2da4020cd645 100644 --- a/security/pecl-hash/Makefile +++ b/security/pecl-hash/Makefile @@ -17,9 +17,8 @@ MAINTAINER= zaa@zaa.pp.ru COMMENT= HASH Message Digest Framework for PHP USE_PHP= yes -USE_PHPIZE= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=5 -PHP_MODNAME= hash +DEFAULT_PHP_VER=4 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> |