1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/pecl-eio/Makefile
2021-04-06 16:31:07 +02:00

18 lines
286 B
Makefile

# Created by: Gasol Wu <gasol.wu@gmail.com>
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>