24 lines
439 B
Makefile
24 lines
439 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/10/05 19:20:22 jeremy Exp $
|
|
|
|
COMMENT= Ruby documentation tool
|
|
|
|
DISTNAME= yard-0.8.7.6
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://yardoc.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
RUN_DEPENDS= textproc/ruby-redcarpet,${MODRUBY_FLAVOR}
|
|
#TEST_DEPENDS= textproc/ruby-redcarpet,${MODRUBY_FLAVOR} \
|
|
# www/ruby-rack,${MODRUBY_FLAVOR}
|
|
|
|
#MODRUBY_TEST=rspec2
|
|
|
|
.include <bsd.port.mk>
|