diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-01-23 02:09:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-01-23 02:09:53 +0800 |
commit | 24fa927ee18b88160015392662aec620c748e8b8 (patch) | |
tree | d116f660033d2e6f88d3857121d051ea417b45bc /astro | |
parent | d97727a8fad5d94354078d9971808ac860ec25ec (diff) | |
download | freebsd-ports-gnome-24fa927ee18b88160015392662aec620c748e8b8.tar.gz freebsd-ports-gnome-24fa927ee18b88160015392662aec620c748e8b8.tar.zst freebsd-ports-gnome-24fa927ee18b88160015392662aec620c748e8b8.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2019-01-31
Diffstat (limited to 'astro')
-rw-r--r-- | astro/weatherspect/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/weatherspect/Makefile b/astro/weatherspect/Makefile index fd761f583ec1..db55bf54da84 100644 --- a/astro/weatherspect/Makefile +++ b/astro/weatherspect/Makefile @@ -14,6 +14,9 @@ COMMENT= Weather simulation in ASCII art LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +DEPRECATED= Weather Underground does not provide free API keys anymore +EXPIRATION_DATE=2018-01-31 + RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Term-Animation>=0:devel/p5-Term-Animation \ p5-libwww>=0:www/p5-libwww |