freebsd-ports/devel/pecl-uv/Makefile
Muhammad Moinur Rahman 47721a7247 Mark ports to IGNORE with new php81
Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 07:30:00 -06:00

19 lines
320 B
Makefile

# Created by: John Chen <johnpupu@gmail.com>
PORTNAME= uv
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
COMMENT= PHP wrapper for libuv
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libuv.so:devel/libuv
USES= php:pecl
IGNORE_WITH_PHP= 81
.include <bsd.port.mk>