aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2015-03-01 21:09:56 +0800
commit8bc22a1cd26a911952d30dbd0581f52012890b50 (patch)
tree2d22985fe9aa488c643e589ab106a9cdc8bc9007 /sysutils
parent2d6279e33b57696039fd559d46f83b05a811c8fe (diff)
downloadfreebsd-ports-gnome-8bc22a1cd26a911952d30dbd0581f52012890b50.tar.gz
freebsd-ports-gnome-8bc22a1cd26a911952d30dbd0581f52012890b50.tar.zst
freebsd-ports-gnome-8bc22a1cd26a911952d30dbd0581f52012890b50.zip
Deprecate ports that do not work with Ruby 2.x
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/puppet27/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile
index f225fe20d383..f6c18bcfa08f 100644
--- a/sysutils/puppet27/Makefile
+++ b/sysutils/puppet27/Makefile
@@ -106,5 +106,7 @@ post-install:
.if ${RUBY_VER} >= 2.0
BROKEN= Does not work with Ruby 2.0 or Ruby 2.1
.endif
+DEPRECATED= Does not work with Ruby 2.x
+EXPIRATION_DATE= 2015-03-28
.include <bsd.port.post.mk>