# Created by: Ryan Steinmetz <rpsfa@rit.edu>

PORTNAME=	delayed_job
PORTVERSION=	4.1.10
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Asynchronously executing longer tasks in the background

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-activesupport4>=3.0<8.0:devel/rubygem-activesupport4

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>
