diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 09:54:49 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:53 -0500 |
commit | 3c86eae85383f93f45769051a9961a46b841b537 (patch) | |
tree | b03c16da50dce6a1417344103a9020ce593a18fc | |
parent | 3737c3aabe0e5a84eaeac0d58214929d68256ec9 (diff) | |
download | freebsd-ports-3c86eae85383f93f45769051a9961a46b841b537.zip |
devel/pecl-uv: Mark DEPRECATED
- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
-rw-r--r-- | devel/pecl-uv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/pecl-uv/Makefile b/devel/pecl-uv/Makefile index 589cd0abb53e..38f3ebea8508 100644 --- a/devel/pecl-uv/Makefile +++ b/devel/pecl-uv/Makefile @@ -1,6 +1,6 @@ PORTNAME= uv PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= fluffy@FreeBSD.org @@ -10,6 +10,9 @@ WWW= https://pecl.php.net/package/uv LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Requires php80 which is set to expire on 2023-11-26 +EXPIRATION_DATE= 2023-12-31 + LIB_DEPENDS= libuv.so:devel/libuv USES= php:pecl |