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"
28 lines
486 B
Makefile
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>
|