20 lines
424 B
Makefile
20 lines
424 B
Makefile
PORTNAME= delayed_job
|
|
PORTVERSION= 4.1.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Asynchronously executing longer tasks in the background
|
|
WWW= https://github.com/collectiveidea/delayed_job
|
|
|
|
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>
|