Files
ports/textproc/ruby-rouge/Makefile
T
2024-11-23 17:28:11 +00:00

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>