mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
252 B
Makefile
17 lines
252 B
Makefile
COMMENT = pure-ruby code highlighter compatible with pygments
|
|
|
|
DISTNAME = rouge-5.0.0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://rouge.jneen.net/
|
|
|
|
# MIT, BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|