30 lines
617 B
Makefile
30 lines
617 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/09/16 11:41:42 espie Exp $
|
|
|
|
COMMENT = Ruby markdown interpreter
|
|
|
|
DISTNAME = maruku-0.6.0
|
|
REVISION= 0
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = http://maruku.rubyforge.org/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = 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_REGRESS = rake
|
|
|
|
.include <bsd.port.mk>
|