26 lines
629 B
Makefile
26 lines
629 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidekiq
|
|
PORTVERSION= 5.0.5
|
|
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.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.4:databases/rubygem-redis
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/sidekiq bin/sidekiqctl
|
|
|
|
.include <bsd.port.mk>
|