26 lines
504 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2019/07/12 21:02:27 sthen Exp $
COMMENT = Ruby markdown interpreter
2013-05-05 18:58:35 +00:00
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
2013-03-11 11:35:43 +00:00
MODRUBY_TEST = rake
.include <bsd.port.mk>