diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-01 17:34:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-01 17:34:39 +0800 |
commit | c62840bcf729abbdedea48b09a02a3139fc6150b (patch) | |
tree | 1527334450c457f3fe99165980f94a20cf7e5171 /archivers | |
parent | d9ed1d01b5027a00751b94f9136a4bd03d5e3e38 (diff) | |
download | freebsd-ports-gnome-c62840bcf729abbdedea48b09a02a3139fc6150b.tar.gz freebsd-ports-gnome-c62840bcf729abbdedea48b09a02a3139fc6150b.tar.zst freebsd-ports-gnome-c62840bcf729abbdedea48b09a02a3139fc6150b.zip |
Mark BROKEN with Ruby 2.3
Deprecate: Broken will all supported versions of Ruby
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ruby-zip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile index f330b4c2f3ce..606f74e3d344 100644 --- a/archivers/ruby-zip/Makefile +++ b/archivers/ruby-zip/Makefile @@ -17,6 +17,9 @@ LICENSE_COMB= dual BROKEN_RUBY21= yes BROKEN_RUBY22= yes +BROKEN_RUBY23= yes +DEPRECATED= Broken will all supported versions of Ruby +EXPIRATION_DATE= 2016-11-01 OPTIONS_DEFINE= DOCS EXAMPLES |