aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-que-scheduler/Makefile
blob: cf58eda2cd849277a5f950deab6fe4b9dc274fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	que-scheduler
PORTVERSION=	4.4.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Lightweight cron scheduler for the Que async job worker
WWW=		https://github.com/hlascelles/que-scheduler

LICENSE=	MIT

RUN_DEPENDS=	rubygem-activesupport70>=5.0:devel/rubygem-activesupport70 \
		rubygem-fugit>=1.1.8<2:devel/rubygem-fugit \
		rubygem-hashie>=3<6:devel/rubygem-hashie \
		rubygem-que>=0.14<3.0.0:devel/rubygem-que

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>