95b0d2dca1
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. ok jeremy@
27 lines
525 B
Makefile
27 lines
525 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/02/02 15:58:55 jasper Exp $
|
|
|
|
COMMENT= Ruby documentation tool
|
|
|
|
DISTNAME= yard-0.8.3
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= http://yardoc.org/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
RUN_DEPENDS= textproc/ruby-redcarpet,${MODRUBY_FLAVOR}
|
|
REGRESS_DEPENDS=textproc/ruby-redcarpet,${MODRUBY_FLAVOR} \
|
|
www/ruby-rack,${MODRUBY_FLAVOR}
|
|
|
|
MODRUBY_REGRESS=rspec
|
|
|
|
.include <bsd.port.mk>
|