aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-sidetiq/Makefile
blob: 50830bdaa1fb2e6b69d5b4652ea688d4dab84a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
# $FreeBSD$

PORTNAME=   sidetiq
PORTVERSION=    0.7.0
PORTREVISION=   1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Recurring jobs for Sidekiq

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

RUN_DEPENDS=    rubygem-celluloid>=0.17.3:devel/rubygem-celluloid \
        rubygem-ice_cube>=0.13.2:devel/rubygem-ice_cube \
        rubygem-sidekiq>=4.0.0:devel/rubygem-sidekiq

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>