mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Sidekiq strategy to restrict number of workers which are able to run specified queues simultaneously. WWW: https://github.com/brainopia/sidekiq-limit_fetch
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidekiq-limit_fetch
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Restrict number of sidekiq workers
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-sidekiq>=4.0.0:devel/rubygem-sidekiq
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|