openbsd-ports/net/ruby-minion/Makefile
jeremy b1ea7b2bba Remove MASTER_SITE_GEMCUTTER
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"
2010-09-28 21:40:12 +00:00

28 lines
486 B
Makefile

# $OpenBSD
COMMENT = super simple job queue over AMQP
DISTNAME = minion-0.1.10
PKGNAME = ruby-${DISTNAME}
REVISION = 0
CATEGORIES = net
MAINTAINER = Mathieu Sauve-Frankel <msf@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::net/ruby-amqp \
::net/ruby-bunny \
::converters/ruby-json
.include <bsd.port.mk>