1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/rubygem-sidekiq/Makefile
2018-09-20 00:23:34 +00:00

28 lines
628 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sidekiq
PORTVERSION= 5.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple, efficient background processing for Ruby
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby \
rubygem-connection_pool>=2.2:net/rubygem-connection_pool \
rubygem-rack-protection>=1.5.0:www/rubygem-rack-protection \
rubygem-redis>=3.3.5:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/sidekiq bin/sidekiqctl
.include <bsd.port.mk>