mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00: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. * Remove MD5 line from distinfo. PR: 152904 Submitted by: "Tom Judge" <tom@tomjudge.com>
This commit is contained in:
parent
7ec1a0170a
commit
c62c6a2694
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266608
@ -14,11 +14,13 @@ EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= HASH Message Digest Framework for PHP
|
||||
COMMENT= HASH Message Digest Framework for PHP 4
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER=4
|
||||
IGNORE_WITH_PHP=5
|
||||
IGNORE_WITH_PHP=5 52
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (PECL/hash-1.5.tgz) = cb19f4ee392b05776788e54b51f98c83
|
||||
SHA256 (PECL/hash-1.5.tgz) = fdb0f0ee7ab9c134ee0a48dcc50bae4295e2b5972975e2dfd6e5d6712a6686f1
|
||||
SIZE (PECL/hash-1.5.tgz) = 98809
|
||||
|
Loading…
Reference in New Issue
Block a user