a3a1dfff6a
Switch RUN_DEPENDS from devel/rubygem-sidekiq4 to devel/rubygem-sidekiq because it works just fine with the actual version. Also this prevents some conflicting scenarios between rubygem-sidekiq usage. Submitted by: Matthias Fechner <idefix@fechner.net>
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidekiq-limit_fetch
|
|
PORTVERSION= 3.4.0
|
|
PORTREVISION= 2
|
|
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>
|