pkgsrc/textproc/ruby-coderay/Makefile
taca 84e23206b6 Update ruby-coderay to 1.1.2.
pkgsrc change: add pkg_alternatives support.

Changes in 1.1.2

* Ruby future: Add support for frozen string literals. [#211, thanks to
  Pat Allan]
* C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
* Haml scanner: Allow - in tags.
* Java scanner: Allow Unicode characters in identifiers. [#212, thanks to
  t-gergely]
2017-09-10 16:01:44 +00:00

14 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/09/10 16:01:44 taca Exp $
DISTNAME= coderay-1.1.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://coderay.rubychan.de/
COMMENT= Syntax highlighter for Ruby and other languages
LICENSE= gnu-lgpl-v2.1
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"