openbsd-ports/databases/ruby-resque/Makefile
2013-03-11 02:52:04 +00:00

24 lines
560 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 02:52:08 espie Exp $
COMMENT= Redis-backed library to create jobs and place them on queues
DISTNAME= resque-1.23.0
CATEGORIES= databases www
HOMEPAGE= https://github.com/defunkt/resque
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= converters/ruby-multi_json,${MODRUBY_FLAVOR} \
databases/ruby-redis-namespace,${MODRUBY_FLAVOR} \
www/ruby-sinatra,${MODRUBY_FLAVOR} \
www/ruby-vegas,${MODRUBY_FLAVOR}
.include <bsd.port.mk>