21 lines
417 B
Makefile
21 lines
417 B
Makefile
# Created by: Ryan Steinmetz <rpsfa@rit.edu>
|
|
|
|
PORTNAME= delayed_job
|
|
PORTVERSION= 4.1.9
|
|
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.2:devel/rubygem-activesupport4
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|