2019-07-12 21:02:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2019/07/12 21:02:27 sthen Exp $
|
2010-12-20 18:18:12 +00:00
|
|
|
|
|
|
|
COMMENT = Ruby markdown interpreter
|
|
|
|
|
2013-05-05 18:58:35 +00:00
|
|
|
DISTNAME = maruku-0.6.1
|
2017-11-20 20:57:17 +00:00
|
|
|
REVISION = 3
|
2010-12-20 18:18:12 +00:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
2017-11-20 20:57:17 +00:00
|
|
|
HOMEPAGE = https://github.com/bhollis/maruku
|
2010-12-20 18:18:12 +00:00
|
|
|
|
|
|
|
# GPLv2+
|
2019-07-12 21:02:12 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-12-20 18:18:12 +00:00
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2015-07-18 21:07:40 +00:00
|
|
|
RUN_DEPENDS = textproc/ruby-syntax,${MODRUBY_FLAVOR}
|
2010-12-20 18:18:12 +00:00
|
|
|
|
|
|
|
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
|
2010-12-20 18:18:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|