3fc575d9f3
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
20 lines
325 B
Makefile
20 lines
325 B
Makefile
# Created by: Ilya Bakulin <webmaster@kibab.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libevent
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= webmaster@kibab.com
|
|
COMMENT= Libevent extension for PHP
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent
|
|
|
|
USES= php:pecl
|
|
|
|
IGNORE_WITH_PHP= 70 71
|
|
|
|
.include <bsd.port.mk>
|