ports/textproc/ruby-deplate/Makefile
Steve Wills bac2838b9e textproc/ruby-deplate: mark broken with ruby 2.4
While here, mark deprecated because it does not build with any current version
of ruby.
2017-12-14 18:00:21 +00:00

33 lines
655 B
Makefile

# Created by: Martin Matuska <mm@FreeBSD.org>
# $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 <bsd.port.mk>