[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / textproc / ruby-temple

File: [cvs.NetBSD.org] / pkgsrc / textproc / ruby-temple / Makefile (download)

Revision 1.2, Tue Mar 24 17:07:55 2020 UTC (4 years ago) by taca
Branch: MAIN
Changes since 1.1: +2 -2 lines

textproc/ruby-temple: update to 0.8.2

Update ruby-temple to 0.8.2.


0.8.2

  * Support TruffleRuby in Temple::Filters::StaticAnalyzer (#127)
  * Support TruffleRuby in Temple::Filters::StringSplitter (#127)

0.8.1

  * Stop relying on deprecated method in Rails (#121)
  * Fix issue with --enable-frozen-string-literal
  * Escape html in markdown

# $NetBSD: Makefile,v 1.2 2020/03/24 17:07:55 taca Exp $

DISTNAME=	temple-0.8.2
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/judofyr/temple
COMMENT=	Template compilation framework in Ruby
LICENSE=	mit

#RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"