29 lines
648 B
Makefile
29 lines
648 B
Makefile
PORTNAME= sidekiq
|
|
PORTVERSION= 8.0.10
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple, efficient background processing for Ruby
|
|
WWW= https://sidekiq.org/ \
|
|
https://github.com/sidekiq/sidekiq
|
|
|
|
LICENSE= LGPL3
|
|
|
|
RUN_DEPENDS= rubygem-connection_pool>=2.5.0:net/rubygem-connection_pool \
|
|
rubygem-json>=2.9.0:devel/rubygem-json \
|
|
rubygem-logger>=1.6.2:devel/rubygem-logger \
|
|
rubygem-rack>=3.1.0,3:www/rubygem-rack \
|
|
rubygem-redis-client>=0.23.2:databases/rubygem-redis-client
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/sidekiq \
|
|
bin/sidekiqmon
|
|
|
|
CPE_VENDOR= contribsys
|
|
|
|
.include <bsd.port.mk>
|