Files
ports/devel/pecl-eio/Makefile
T
Antoine Brodin 6c52583c8b Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-12-29 09:14:44 +00:00

19 lines
298 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= eio
DISTVERSION= 2.0.4
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides interface to the libeio library
LICENSE= PHP301
USES= php:pecl
IGNORE_WITH_PHP= 80
CONFIGURE_ARGS= --enable-eio
.include <bsd.port.mk>