mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PORTNAME= gitlab-sidekiq-fetcher
|
|
PORTVERSION= 0.5.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Redis reliable queue pattern implemented in Sidekiq
|
|
|
|
LICENSE= RUBY
|
|
|
|
RUN_DEPENDS= rubygem-sidekiq5>=5<6:devel/rubygem-sidekiq5
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|