25ff680f57
* 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
30 lines
563 B
Makefile
30 lines
563 B
Makefile
# New ports collection makefile for: pecl-libevent
|
|
# Date created: 14 November 2010
|
|
# Whom: Ilya Bakulin <webmaster@kibab.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libevent
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= webmaster@kibab.com
|
|
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>
|