diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-24 16:12:46 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-06-24 16:12:58 +0000 |
commit | cf5392a6bf68f0de25824a4fad986c5fd84577a0 (patch) | |
tree | a56491a5a623a1cf496e0bb6a922c9d740adff58 | |
parent | 36f2c088f30f0a6635984ed813c7c508a6705218 (diff) | |
download | ports-cf5392a6bf68f0de25824a4fad986c5fd84577a0.tar.gz ports-cf5392a6bf68f0de25824a4fad986c5fd84577a0.zip |
audio/ccaudio2: Deprecate and set expiration date to 2023-09-30
No active development since 2011 and no users in tree
-rw-r--r-- | audio/ccaudio2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 2310f79914f4..49e506c13b8f 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ class framework for manipulating audio files WWW= https://www.gnu.org/software/ccaudio/ +DEPRECATED= Abandonware, no development since 2011 +EXPIRATION_DATE=2023-09-30 + LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER |