20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-sidekiq-fetcher
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Redis reliable queue pattern implemented in Sidekiq
|
|
|
|
LICENSE= RUBY
|
|
|
|
RUN_DEPENDS= rubygem-sidekiq>=6.1<7:devel/rubygem-sidekiq
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|