aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-13 20:56:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-03-13 22:41:38 +0000
commit8ba6eb55f9df6e0337e7501ba833687ee856ddb0 (patch)
tree59a2cf6ea8b4996201f3198c9a7d716626646ab2
parent6b6a4909a1d5b566024b83ef33e7f5d236f0fa76 (diff)
downloadports-8ba6eb55f9df6e0337e7501ba833687ee856ddb0.tar.gz
ports-8ba6eb55f9df6e0337e7501ba833687ee856ddb0.zip
www/p5-libservlet: Mark DEPRECATED
- Upstream unmaintained since 2001 - Set EXPIRATION_DATE 2024-04-13 If someone needs this port feel free to undeprecate and takeover maintainership.
-rw-r--r--www/p5-libservlet/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-libservlet/Makefile b/www/p5-libservlet/Makefile
index 2a1f00b0f223..1efe6faa90ff 100644
--- a/www/p5-libservlet/Makefile
+++ b/www/p5-libservlet/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libservlet
PORTVERSION= 0.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= SF
PKGNAMEPREFIX= p5-
@@ -12,6 +12,9 @@ WWW= https://libservlet.sourceforge.net/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+DEPRECATED= Upstream unmaintained and last release was in 2001
+EXPIRATION_DATE=2024-04-13
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class