21 lines
367 B
Makefile
21 lines
367 B
Makefile
# $OpenBSD: Makefile,v 1.24 2020/08/16 14:47:06 fcambus Exp $
|
|
|
|
COMMENT = pure-ruby code highlighter compatible with pygments
|
|
|
|
DISTNAME = rouge-3.22.0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://rouge.jneen.net/
|
|
|
|
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
|
|
|
# MIT, BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|