Index: head/astro/weatherspect/Makefile =================================================================== --- head/astro/weatherspect/Makefile (revision 490963) +++ head/astro/weatherspect/Makefile (revision 490964) @@ -1,33 +1,36 @@ # Created by: Simon Olofsson # $FreeBSD$ PORTNAME= weatherspect PORTVERSION= 1.11 CATEGORIES= astro MASTER_SITES= https://robobunny.com/projects/weatherspect/ \ LOCAL/sunpoet DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org 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 PORTSCOUT= skipv:1.31 USES= perl5 NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/weatherspect do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include