2011-06-18 20:30:21 +02:00
|
|
|
# New ports collection makefile for: rubygem-delayed_job
|
|
|
|
# Date created: 2011-06-16
|
|
|
|
# Whom: Ryan Steinmetz <rpsfa@rit.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= delayed_job
|
2012-07-24 04:37:58 +02:00
|
|
|
PORTVERSION= 3.0.3
|
2011-06-18 20:30:21 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
2011-10-26 13:21:50 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2012-08-25 02:53:16 +02:00
|
|
|
COMMENT= Asynchronously executing longer tasks in the background
|
2011-06-18 20:30:21 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=3.0:${PORTSDIR}/devel/rubygem-activesupport \
|
|
|
|
rubygem-daemons>=0:${PORTSDIR}/devel/rubygem-daemons
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|