freebsd-ports/devel/pecl-libevent/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

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>