diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-02 20:23:29 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-04-02 20:23:36 +0000 |
commit | d927e9454d6abc81463497da3ce8b743d40523f6 (patch) | |
tree | 8a8ff09a5431927d9b097b0833d92ecb85c675ed | |
parent | e8ea0e7cc6523d11c93bd2891f7e501b66f14efb (diff) |
devel/libphk: Deprecate and set expiration date to 2024-04-30
Superseded by various other projects
If you still use this library feel free to take over maintainership
before expiration date
Approved by: bofh (discussed with maintainer)
-rw-r--r-- | devel/libphk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libphk/Makefile b/devel/libphk/Makefile index e87d3fefc5e3..59a4d1be5b37 100644 --- a/devel/libphk/Makefile +++ b/devel/libphk/Makefile @@ -17,6 +17,9 @@ LICENSE_TEXT= "THE BEER-WARE LICENSE" (Revision 42): \ this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Superseded by various other projects +EXPIRATION_DATE=2024-04-30 + USES= uidfix tar:tgz MAKE_FLAGS+= MANDIR=${PREFIX}/share/man/man |