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:
parent
31c0973a67
commit
0e28122562
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264560
@ -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
|
||||
|
27
devel/pecl-libevent/Makefile
Normal file
27
devel/pecl-libevent/Makefile
Normal 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>
|
2
devel/pecl-libevent/distinfo
Normal file
2
devel/pecl-libevent/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/libevent-0.0.4.tgz) = f1dc8ff87393040a7b5ef88bd7643ab3d0e84fa8d512c0cbc05cba9794959f50
|
||||
SIZE (PECL/libevent-0.0.4.tgz) = 9003
|
3
devel/pecl-libevent/pkg-descr
Normal file
3
devel/pecl-libevent/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a PHP binding for libevent library.
|
||||
|
||||
WWW: http://pecl.php.net/package/libevent
|
Loading…
Reference in New Issue
Block a user