diff options
author | Steve Wills <swills@FreeBSD.org> | 2016-12-27 21:25:14 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2016-12-27 21:25:14 +0000 |
commit | a9ed8348b25378af82ddc00e69544e5e8a3b5b3b (patch) | |
tree | 117cdb3358b983b2e975ab58e9c2adf11066aaac /www | |
parent | 5d62f355c2420a0f9e1afbd47bc70925d462571b (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-google/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/ruby-google/Makefile b/www/ruby-google/Makefile index 2c8318a9a5e2..a0f588f3d24e 100644 --- a/www/ruby-google/Makefile +++ b/www/ruby-google/Makefile @@ -27,6 +27,9 @@ RUBY_SETUP= install.rb DOCS= CHANGES Changelog README google.html +DEPRECATED= Upstream no longer active +EXPIRATION_DATE= 2017-01-28 + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${RUBY_MODDOCDIR}/ |