Index: head/textproc/ruby-deplate/Makefile =================================================================== --- head/textproc/ruby-deplate/Makefile (revision 456321) +++ head/textproc/ruby-deplate/Makefile (revision 456322) @@ -1,29 +1,33 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= deplate PORTVERSION= 0.8.5 CATEGORIES= textproc ruby MASTER_SITES= SF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby tool for converting wiki-like markup LICENSE= GPLv2 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 USE_RUBY= yes USE_RUBY_SETUP= yes WRKSRC= ${WRKDIR}/${PORTNAME} post-build: ${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html .include