pkgsrc/www/ruby-rouge/Makefile
fcambus 5db86baf98 ruby-rouge: update to 3.26.0.
ChangeLog:

- We have two new lexers: one for OCL and one for ReScript.
- There are also fixes for the CMake, Crystal, JSL, Python, ReasonML
  and Rust lexers.
2020-12-10 10:25:50 +00:00

16 lines
360 B
Makefile

# $NetBSD: Makefile,v 1.19 2020/12/10 10:25:50 fcambus Exp $
DISTNAME= rouge-3.26.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rouge.jneen.net/
COMMENT= Pure-ruby colorizer based on pygments
LICENSE= mit
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"