* Add LICENSE

* Add IGNORE_WITH_PHP=4 as this module requires php 5.1.X

PR:		153021
Submitted by:	"Tom Judge" <tom@tomjudge.com>
Approved by:	maintainer
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-01-29 15:46:47 +00:00
parent 6ecf66d4b9
commit 25ff680f57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268390

View File

@ -18,10 +18,13 @@ COMMENT= Libevent extension for PHP
LIB_DEPENDS=event:${PORTSDIR}/devel/libevent
LICENSE= PHP301
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= libevent
IGNORE_WITH_PHP=4
.include <bsd.port.mk>