openbsd-ports/textproc/ruby-maruku/Makefile
2022-03-11 20:02:12 +00:00

24 lines
443 B
Makefile

COMMENT = Ruby markdown interpreter
DISTNAME = maruku-0.6.1
REVISION = 3
CATEGORIES = textproc
HOMEPAGE = https://github.com/bhollis/maruku
# GPLv2+
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = textproc/ruby-syntax,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
# Regress tests broken, uses Gem.manage_gems which
# was removed before ruby-gems 1.3.7
MODRUBY_TEST = rake
.include <bsd.port.mk>