1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Do not restrict pecl-dio to php 5.3 any longer. It works with 5.3 and 5.4 now.

I forgot to do this in the last commit.
This commit is contained in:
Florian Smeets 2012-07-06 20:35:57 +00:00
parent 28ebcc53bf
commit 7cac0b1868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300569

View File

@ -7,6 +7,7 @@
PORTNAME= dio
DISTVERSION= 0.0.6
PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@ -20,7 +21,5 @@ LICENSE= PHP30
USE_PHP= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=53
IGNORE_WITH_PHP=5
.include <bsd.port.mk>