diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-12-26 11:14:05 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-12-26 19:11:13 +0000 |
commit | 9bd9ed5b0b6107c6113ce0b3428d3d359524729e (patch) | |
tree | 6efd631b48b772a99699701150763f4065b8a204 | |
parent | e6f4155d7ca88286f400dadc7ab885a774a79cff (diff) | |
download | ports-9bd9ed5b0b6107c6113ce0b3428d3d359524729e.tar.gz ports-9bd9ed5b0b6107c6113ce0b3428d3d359524729e.zip |
audio/cmp3: Deprecate and set expiration date to 2023-03-31
Abandonware, no development in 20 years. Consider using audio/cmus
or audio/musicpd
-rw-r--r-- | audio/cmp3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 34171bb4f717..8f082548e5b5 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -12,6 +12,9 @@ WWW= http://cmp3.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Abandonware, no development in 20 years. Please consider using audio/cmus or audio/musicpd +EXPIRATION_DATE=2033-03-31 + RUN_DEPENDS= mpg123:audio/mpg123 WRKSRC= ${WRKDIR}/${PORTNAME}-kenrevs |