diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2026-04-08 00:06:53 +0000 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2026-04-08 00:58:27 +0000 |
| commit | 30849d2b8387dbad07b3ef4eb9e48b9cbe591a9e (patch) | |
| tree | f9db6fe8adfc1a7b9e5ae5f57e044af92cf7d4e5 | |
| parent | 2848bef6a33f5a6a65336940238c784bedd3b36a (diff) | |
net/libyang: Set an expiration date
This old branch (v1) is no more maintained.
Sponsored by: Netflix
| -rw-r--r-- | net/libyang/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libyang/Makefile b/net/libyang/Makefile index d0ac62589cb0..56026d7dc0cc 100644 --- a/net/libyang/Makefile +++ b/net/libyang/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/CESNET/libyang LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= No longer maintained +EXPIRATION_DATE=2026-06-30 + LIB_DEPENDS= libpcre.so:devel/pcre TEST_DEPENDS= cmocka>0:sysutils/cmocka |
