freebsd-ports/devel/rubygem-delayed_job/Makefile
Sunpoet Po-Chuan Hsieh 5475c56c94 Update to 4.1.8
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md
2019-08-19 20:52:51 +00:00

22 lines
429 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
PORTNAME= delayed_job
PORTVERSION= 4.1.8
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<6.1:devel/rubygem-activesupport4
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>