freebsd-ports/devel/pecl-eio/Makefile
Antoine Brodin 2de6d0986d Ignore with php 7.4
Reported by:	pkg-fallout
2019-09-22 07:14:00 +00:00

17 lines
300 B
Makefile

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