ports/textproc/ruby-rouge/Makefile

17 lines
251 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = pure-ruby code highlighter compatible with pygments
DISTNAME = rouge-4.1.3
CATEGORIES = textproc
HOMEPAGE = http://rouge.jneen.net/
# MIT, BSD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>