diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-12-28 21:15:33 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-12-28 21:15:33 +0800 |
commit | 2500f65c9ae668fd516d33c8d6f6f203ed79e253 (patch) | |
tree | 59e959c59f9000854a8476539245306d8f3d574c /textproc | |
parent | 514e4f057dabf4c854193ba51a586c31f5f06a40 (diff) | |
download | freebsd-ports-gnome-2500f65c9ae668fd516d33c8d6f6f203ed79e253.tar.gz freebsd-ports-gnome-2500f65c9ae668fd516d33c8d6f6f203ed79e253.tar.zst freebsd-ports-gnome-2500f65c9ae668fd516d33c8d6f6f203ed79e253.zip |
textproc/ruby-rss.alt: deprecate
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rss.alt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/ruby-rss.alt/Makefile b/textproc/ruby-rss.alt/Makefile index e8172481afa4..88edd3bf57d4 100644 --- a/textproc/ruby-rss.alt/Makefile +++ b/textproc/ruby-rss.alt/Makefile @@ -31,6 +31,9 @@ USE_RUBY_SETUP= yes DOCS_EN= README.en Tutorial.en DOCS_JA= README.ja Tutorial.ja +DEPRECATED= Upstream no longer active +EXPIRATION_DATE= 2017-01-28 + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS_EN} ${STAGEDIR}${RUBY_MODDOCDIR}/ |