freebsd-ports/devel/pecl-eio/Makefile
Muhammad Moinur Rahman 70c84c909c devel/pecl-eio: Update version 2.0.4=>3.00RC4
This was marked for deletion due to EOL of php 7.4 However there was an
updated development version which supports latest php releases. As the
maintainer did not submit any updates hence the port is updated without
actual mantainer's approval but with portmgr blanket approvals.

This was done in consideration to the fact that it's easier to update
rather than rip and resurrect.

Approved by:	portmgr (blanket infrastructure)
Relnotes:	https://pecl.php.net/package-changelog.php?package=eio
Sponsored by:	Bounce Experts
2022-12-09 09:18:56 -06:00

16 lines
263 B
Makefile

PORTNAME= eio
DISTVERSION= 3.0.0RC4
CATEGORIES= devel
MAINTAINER= gasol.wu@gmail.com
COMMENT= Provides interface to the libeio library
WWW= https://pecl.php.net/package/eio
LICENSE= PHP301
USES= php:pecl
CONFIGURE_ARGS= --enable-eio
.include <bsd.port.mk>