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