aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-resque/Makefile
blob: 26a4afe1a0783ce2afa882b611b9ce42a24c6229 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	resque
PORTVERSION=	2.7.0
CATEGORIES=	devel ruby
MASTER_SITES=	RG

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	Redis-backed Ruby library for queuing jobs
WWW=		https://resque.github.io/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS+=	rubygem-mono_logger>=1.0:devel/rubygem-mono_logger \
		rubygem-multi_json>=1.0:devel/rubygem-multi_json \
		rubygem-redis-namespace>1.6:databases/rubygem-redis-namespace \
		rubygem-sinatra>0.9.3:www/rubygem-sinatra

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>