freebsd-ports/devel/rubygem-delayed_job/Makefile
Sunpoet Po-Chuan Hsieh 4e55e307f9 - Update to 4.0.6
- Add LICENSE
- Update RUN_DEPENDS: use Rails 4

Changes:	https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md
2015-05-03 19:39:50 +00:00

20 lines
415 B
Makefile

# Created by: Ryan Steinmetz <rpsfa@rit.edu>
# $FreeBSD$
PORTNAME= delayed_job
PORTVERSION= 4.0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Asynchronously executing longer tasks in the background
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>