mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
- Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911
30 lines
800 B
Makefile
30 lines
800 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidekiq
|
|
PORTVERSION= 3.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Simple, efficient background processing for Ruby
|
|
|
|
RUN_DEPENDS= rubygem-celluloid>=0.15.2:${PORTSDIR}/devel/rubygem-celluloid \
|
|
rubygem-connection_pool>=2.0.0:${PORTSDIR}/net/rubygem-connection_pool \
|
|
rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
|
|
rubygem-redis>=3.0.4:${PORTSDIR}/databases/rubygem-redis \
|
|
rubygem-redis-namespace>=1.3.1:${PORTSDIR}/databases/rubygem-redis-namespace
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/sidekiqctl bin/sidekiq
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if (${RUBY_VER} == "1.9")
|
|
BROKEN= Infinite loop during install
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|