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
|
2010-11-08 18:28:53 -05:00
|
|
|
REVISION = 1
|
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}
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS = net/ruby-amqp,${FLAVOR} \
|
|
|
|
net/ruby-bunny,${FLAVOR} \
|
|
|
|
converters/ruby-json,${FLAVOR}
|
2009-11-21 19:22:30 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|