mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
* Update comment to reflect that this is a PHP 4 only port.
* Update IGNORE_WITH_PHP to include php 5.2 as well as 5.3 * Add DEFAULT_PHP_VER to pull in php4 not php5. * Remove MD5 line from the distfile. PR: 152903 Submitted by: "Tom Judge" <tom@tomjudge.com> Approved by: maintainer timeout Feature safe: yes
This commit is contained in:
parent
08fe0c9e83
commit
4a55f58c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268493
2 changed files with 5 additions and 3 deletions
|
@ -14,14 +14,17 @@ EXTRACT_SUFX= .tgz
|
|||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= rick@wzoeterwoude.net
|
||||
COMMENT= Tidy HTML Repairing and Parsing
|
||||
COMMENT= Tidy HTML Repairing and Parsing for PHP 4
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/tidy/tidy.h:${PORTSDIR}/www/tidy-devel
|
||||
|
||||
LICENSE= PHP30
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
PHP_MODNAME= tidy
|
||||
IGNORE_WITH_PHP= 5
|
||||
DEFAULT_PHP_VER?= 4
|
||||
IGNORE_WITH_PHP= 5 52
|
||||
|
||||
CONFIGURE_ARGS= --enable-tidy
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (PECL/tidy-1.2.tgz) = 8c1c92d9386c56d483b1115d207c0293
|
||||
SHA256 (PECL/tidy-1.2.tgz) = 5420f3ce10e52bcc62ccb3554834ded1dbd3db00b9d19c627d0650505429ad2c
|
||||
SIZE (PECL/tidy-1.2.tgz) = 9602
|
||||
|
|
Loading…
Add table
Reference in a new issue