2009-11-21 19:22:30 -05:00
|
|
|
# $OpenBSD
|
|
|
|
|
|
|
|
COMMENT = super simple job queue over AMQP
|
|
|
|
|
2009-11-25 23:47:52 -05:00
|
|
|
DISTNAME = minion-0.1.10
|
2009-11-21 19:22:30 -05:00
|
|
|
PKGNAME = ruby-${DISTNAME}
|
2010-09-23 18:30:24 -04:00
|
|
|
REVISION = 0
|
2009-11-21 19:22:30 -05:00
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
MAINTAINER = Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
2009-11-24 00:31:41 -05:00
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2009-11-21 19:22:30 -05:00
|
|
|
|
|
|
|
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>
|