forked from Lainports/opnsense-ports
20 lines
328 B
Makefile
20 lines
328 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 72
|
|
|
|
.include <bsd.port.mk>
|