b1ea7b2bba
Gemcutter was replaced with rubygems.org, so remove the MASTER_SITES from the Makefiles and let MASTER_SITE_RUBYGEMS in ruby.port.mk handles things. OK sthen@ "if the checksums still match"
27 lines
502 B
Makefile
27 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/09/28 21:40:13 jeremy Exp $
|
|
|
|
COMMENT = another synchronous Ruby amqp client
|
|
|
|
DISTNAME = bunny-0.6.0
|
|
PKGNAME = ruby-${DISTNAME}
|
|
REVISION = 0
|
|
CATEGORIES = net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
# requires a functioning amqp server
|
|
REGRESS_IS_INTERACTIVE = Yes
|
|
|
|
MODRUBY_REGRESS = rake rspec
|
|
RSPEC_REGRESS_TARGET = all
|
|
|
|
.include <bsd.port.mk>
|