diff options
Diffstat (limited to 'devel/gpm/Makefile')
-rw-r--r-- | devel/gpm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gpm/Makefile b/devel/gpm/Makefile index 152e8bfebff3..caa3ff29bbe8 100644 --- a/devel/gpm/Makefile +++ b/devel/gpm/Makefile @@ -1,7 +1,7 @@ PORTNAME= gpm PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 24 +PORTREVISION= 26 CATEGORIES= devel MAINTAINER= lukejee@gmail.com @@ -11,6 +11,9 @@ WWW= https://github.com/pote/gpm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Unmaintained upstream and no longer works as intended +EXPIRATION_DATE=2025-06-30 + RUN_DEPENDS= bash:shells/bash USES= go:run |