mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
527 B
Makefile
23 lines
527 B
Makefile
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-activejob52/Makefile 509815 2019-08-25 18:16:44Z sunpoet $
|
|
|
|
PORTNAME= activejob
|
|
PORTVERSION= 5.2.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Job class declarations for a variety of queueing backends
|
|
|
|
|
|
RUN_DEPENDS= rubygem-activesupport>=${PORTVERSION}:rails5/rubygem-activesupport \
|
|
rubygem-globalid>=0.3.6:rails5/rubygem-globalid
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
.include <bsd.port.mk>
|