openbsd-ports/textproc/ruby-maruku/Makefile
2013-03-11 11:35:43 +00:00

27 lines
533 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/03/11 11:42:46 espie Exp $
COMMENT = Ruby markdown interpreter
DISTNAME = maruku-0.6.0
REVISION= 1
CATEGORIES = textproc
HOMEPAGE = http://maruku.rubyforge.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = textproc/ruby-syntax,${MODRUBY_FLAVOR} \
${MODRUBY_ICONV_DEPENDS}
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>