freebsd-ports/devel/pecl-uv/Makefile
Dima Panov f5f34ef1c9
devel/pecl-uv: update to 0.3.0 release (+)
pecl-uv 0.3.0 have updated requirements:
    PHP Version: PHP 8.0.0 or newer
    PEAR Package: PEAR 1.4.0 or newer
2023-07-24 01:10:43 +03:00

16 lines
276 B
Makefile

PORTNAME= uv
PORTVERSION= 0.3.0
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
COMMENT= PHP wrapper for libuv
WWW= https://pecl.php.net/package/uv
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libuv.so:devel/libuv
USES= php:pecl
.include <bsd.port.mk>