diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-12-10 07:31:52 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-12-10 18:12:37 +0100 |
commit | 288a1365923b2dd17ba01acd732cd4f483c38c0a (patch) | |
tree | e77169793fdc410137b5c8de02844dbad30e8b20 | |
parent | japanese/font-hackgen{,-nf}: update to 2.9.1 (diff) |
graphics-peps: Deprecate
Ancient port with upstream gone.
Dependency of deprecated textproc/docproj-legacy
PR: 282043
Reported by: diizzy@FreeBSD.org
-rw-r--r-- | graphics/peps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index dc53c320ef08..c4797c69e84e 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -11,6 +11,9 @@ WWW= http://peps.redprince.net/peps/ LICENSE= BSD2CLAUSE +DEPRECATED= Ancient port, upstream gone +EXPIRATION_DATE= 2025-01-31 + USES= ghostscript:run MAKE_ENV= GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \ ETC="${PREFIX}/etc" |