aboutsummaryrefslogtreecommitdiffstats
path: root/security/arirang
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
committerantoine <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
commitfdb8037e39e56b86e48a9799e8db4f0dc4461fb4 (patch)
tree2d22985fe9aa488c643e589ab106a9cdc8bc9007 /security/arirang
parent8a52fec40cc5341011290a5a3409fefcbcdffdf4 (diff)
downloadfreebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.tar.gz
freebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.tar.zst
freebsd-ports-gnome-fdb8037e39e56b86e48a9799e8db4f0dc4461fb4.zip
Deprecate ports that do not work with Ruby 2.x
Diffstat (limited to 'security/arirang')
-rw-r--r--security/arirang/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile
index 9c8cef3dda23..aae8c6485073 100644
--- a/security/arirang/Makefile
+++ b/security/arirang/Makefile
@@ -33,5 +33,7 @@ do-install:
.if ${RUBY_VER} >= 2.0
BROKEN= Does not build with Ruby 2.0 or newer
.endif
+DEPRECATED= Does not work with Ruby 2.x
+EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>