freebsd-ports/devel/pecl-eio/Makefile
Piotr Kubaj f2635981f3 devel/pecl-eio: fix build on big-endian architectures
Add back patch removed for some reason in 70c84c909c.
2023-03-02 18:43:20 +00:00

18 lines
385 B
Makefile

PORTNAME= eio
DISTVERSION= 3.0.0RC4
CATEGORIES= devel
PATCH_SITES= https://github.com/rosmanov/pecl-eio/commit/
PATCHFILES= dd8ef9359ea01bcd84b7b13d7ef1ef3b047a099a.patch:-p1
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>