1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

This is a PHP binding for libevent library.

WWW: http://pecl.php.net/package/libevent

PR:		ports/152247
Submitted by:	Ilya Bakulin <webmaster at kibab.com>
This commit is contained in:
Martin Wilke 2010-11-15 07:44:50 +00:00
parent 31c0973a67
commit 0e28122562
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264560
4 changed files with 33 additions and 0 deletions

View File

@ -2545,6 +2545,7 @@
SUBDIR += pecl-inclued
SUBDIR += pecl-intl
SUBDIR += pecl-json
SUBDIR += pecl-libevent
SUBDIR += pecl-mcve
SUBDIR += pecl-ncurses
SUBDIR += pecl-newt

View File

@ -0,0 +1,27 @@
# 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
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= libevent
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (PECL/libevent-0.0.4.tgz) = f1dc8ff87393040a7b5ef88bd7643ab3d0e84fa8d512c0cbc05cba9794959f50
SIZE (PECL/libevent-0.0.4.tgz) = 9003

View File

@ -0,0 +1,3 @@
This is a PHP binding for libevent library.
WWW: http://pecl.php.net/package/libevent