diff options
author | swills <swills@FreeBSD.org> | 2017-12-15 02:00:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:08:45 +0800 |
commit | 3e26665eba6ee71f967e324d0ba3a578269aa899 (patch) | |
tree | 43518cc59c45ce7f513488c5f42107493f4eee83 /textproc | |
parent | f80e25bf7e6e786c6e8173ec257a61beb536f7c4 (diff) | |
download | freebsd-ports-gnome-3e26665eba6ee71f967e324d0ba3a578269aa899.tar.gz freebsd-ports-gnome-3e26665eba6ee71f967e324d0ba3a578269aa899.tar.zst freebsd-ports-gnome-3e26665eba6ee71f967e324d0ba3a578269aa899.zip |
textproc/ruby-deplate: mark broken with ruby 2.4
While here, mark deprecated because it does not build with any current version
of ruby.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-deplate/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/ruby-deplate/Makefile b/textproc/ruby-deplate/Makefile index f55f8282c70c..f87563d02525 100644 --- a/textproc/ruby-deplate/Makefile +++ b/textproc/ruby-deplate/Makefile @@ -16,6 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT BROKEN_RUBY22= yes BROKEN_RUBY23= yes +BROKEN_RUBY24= yes + +DEPRECATED= Does not build with current versions of ruby +EXPIRATION_DATE= 2018-01-14 NO_ARCH= yes USES= zip |