diff options
author | swills <swills@FreeBSD.org> | 2014-03-25 01:57:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-25 01:57:23 +0800 |
commit | 6ece8ebc88422cb9db1b54f9565e5f726d9557a9 (patch) | |
tree | 48286d900421ffe46e751eb5adcce0ad9c9cd536 /lang/ruby-doc-stdlib | |
parent | 24285946a3b7a6e2c25ff3815b7be51b48891d1c (diff) | |
download | freebsd-ports-gnome-6ece8ebc88422cb9db1b54f9565e5f726d9557a9.tar.gz freebsd-ports-gnome-6ece8ebc88422cb9db1b54f9565e5f726d9557a9.tar.zst freebsd-ports-gnome-6ece8ebc88422cb9db1b54f9565e5f726d9557a9.zip |
- Mark deprecated since upstream frequently rerolls the dist file and the
online docs are good enough.
PR: ports/187185
Diffstat (limited to 'lang/ruby-doc-stdlib')
-rw-r--r-- | lang/ruby-doc-stdlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby-doc-stdlib/Makefile b/lang/ruby-doc-stdlib/Makefile index be9eee95f328..16d0b7451513 100644 --- a/lang/ruby-doc-stdlib/Makefile +++ b/lang/ruby-doc-stdlib/Makefile @@ -19,6 +19,9 @@ COMMENT= Documentation for the Ruby language standard library USE_RUBY= yes NO_BUILD= yes +DEPRECATED= Upstream rerolls frequently, online docs work well +EXPRIATION_DATE= 2014-04-24 + WRKSRC= ${WRKDIR}/${DISTNAME:S/_rdocs//} post-patch: |