diff options
author | swills <swills@FreeBSD.org> | 2017-12-15 02:04:20 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-15 02:04:20 +0800 |
commit | 970a8fc162b515616715fefd5bc8d5d9b05b03f6 (patch) | |
tree | fdcdb40a98262c15dad7f96c2d0c69831f6d91c2 /www | |
parent | 8eb6e92d91b0b7778075f789173a9da5da569165 (diff) | |
download | freebsd-ports-gnome-970a8fc162b515616715fefd5bc8d5d9b05b03f6.tar.gz freebsd-ports-gnome-970a8fc162b515616715fefd5bc8d5d9b05b03f6.tar.zst freebsd-ports-gnome-970a8fc162b515616715fefd5bc8d5d9b05b03f6.zip |
www/ruby-aws: devel/ruby-date2: mark broken with ruby 2.4
While here, mark deprecated because it does not build with any current version
of ruby.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-aws/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/ruby-aws/Makefile b/www/ruby-aws/Makefile index 34c532b5eeaa..15cdbb81d744 100644 --- a/www/ruby-aws/Makefile +++ b/www/ruby-aws/Makefile @@ -17,6 +17,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_RUBY22= yes BROKEN_RUBY23= yes +BROKEN_RUBY24= yes + +DEPRECATED= Does not build with current versions of ruby +EXPIRATION_DATE= 2018-01-14 CONFLICTS= ruby-amazon-[0-9]* |