b795c8f674
FastRI is an alternative to the ri command-line tool. It is *much* faster, and also allows you to offer RI lookup services over DRb. FastRI is a bit smarter than ri, and can find classes anywhere in the hierarchy without specifying the "full path". It also knows about gems, and can tell you e.g. which extensions to a core class were added by a specific gem.
26 lines
502 B
Makefile
26 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/26 17:08:13 bernd Exp $
|
|
|
|
COMMENT= alternative to ruby ri command-line tool
|
|
|
|
DISTNAME= fastri-0.3.0.1
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= textproc ruby
|
|
|
|
HOMEPAGE= http://rubyforge.org/projects/fastri/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=fastri/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|