aboutsummaryrefslogtreecommitdiff
path: root/security/arirang
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-01 13:09:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-01 13:09:56 +0000
commit8bc22a1cd26a911952d30dbd0581f52012890b50 (patch)
tree2d22985fe9aa488c643e589ab106a9cdc8bc9007 /security/arirang
parent2d6279e33b57696039fd559d46f83b05a811c8fe (diff)
downloadports-8bc22a1cd26a911952d30dbd0581f52012890b50.tar.gz
ports-8bc22a1cd26a911952d30dbd0581f52012890b50.zip
Deprecate ports that do not work with Ruby 2.x
Notes
Notes: svn path=/head/; revision=380180
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>