diff options
author | swills <swills@FreeBSD.org> | 2016-12-28 21:11:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-12-28 21:11:59 +0800 |
commit | e4b0d2bc09e7e3dac287247459a7f0aca3db5909 (patch) | |
tree | 5fed408d900caa48cc344a1a36f0924e9ca37868 /textproc | |
parent | 5838c2cd9b7569afca39a1dbafbbaa77cfc3d4de (diff) | |
download | freebsd-ports-gnome-e4b0d2bc09e7e3dac287247459a7f0aca3db5909.tar.gz freebsd-ports-gnome-e4b0d2bc09e7e3dac287247459a7f0aca3db5909.tar.zst freebsd-ports-gnome-e4b0d2bc09e7e3dac287247459a7f0aca3db5909.zip |
textproc/ruby-rss: deprecate
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rss/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-rss/Makefile b/textproc/ruby-rss/Makefile index 8463f1c5c6ba..ffc27acd0810 100644 --- a/textproc/ruby-rss/Makefile +++ b/textproc/ruby-rss/Makefile @@ -28,6 +28,9 @@ INSTALL_TARGET= site-install SHEBANG_FILES= ${WRKSRC}/rssdrb.rb ${WRKSRC}/samples/rsstest.rb DOCS= ChangeLog README +DEPRECATED= Upstream no longer exists +EXPIRATION_DATE= 2017-01-28 + do-install: @${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/rss*.rb ${STAGEDIR}${RUBY_SITELIBDIR}/ |