All ruby .gem files are now hosted on rubygems.org in the same directory. If the ruby gem CONFIGURE_STYLE is used, make the default MASTER_SITES that directory. There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for some ports that aren't gems, or where the .gem file isn't hosted on rubygems.org, or where the hashes don't match. Most of these will be dealt with in the near future. OK landry@
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/09/28 20:12:16 jeremy Exp $
|
|
|
|
COMMENT = light-weight application support
|
|
|
|
DISTNAME = assistance-0.1.5
|
|
PKGNAME = ruby-${DISTNAME}
|
|
REVISION = 0
|
|
CATEGORIES = devel lang/ruby
|
|
|
|
MAINTAINER = Clint Pachl <pachl@ecentryx.com>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
PKG_ARCH = *
|
|
|
|
REGRESS_DEPENDS = ::devel/ruby-diff-lcs
|
|
MODRUBY_REGRESS = rake rspec
|
|
RAKE_REGRESS_TARGET = spec_no_cov
|
|
|
|
.include <bsd.port.mk>
|