Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md Security: f96044a2-7df9-414b-9f6b-6e5b85d06c86 MFH: 2018Q4
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= activejob
|
|
PORTVERSION= 4.2.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Job class declarations for a variety of queueing backends
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
|
|
rubygem-globalid>=0.3.0:databases/rubygem-globalid
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|