mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add rubygem-activejob52 5.2.3 (copied from rubygem-activejob5)
This commit is contained in:
parent
5bb4c3e0fd
commit
057923c10b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509815
@ -5388,6 +5388,7 @@
|
||||
SUBDIR += rubygem-activejob4
|
||||
SUBDIR += rubygem-activejob5
|
||||
SUBDIR += rubygem-activejob50
|
||||
SUBDIR += rubygem-activejob52
|
||||
SUBDIR += rubygem-activemessaging
|
||||
SUBDIR += rubygem-activerecord-deprecated_finders
|
||||
SUBDIR += rubygem-activesupport4
|
||||
|
26
devel/rubygem-activejob52/Makefile
Normal file
26
devel/rubygem-activejob52/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Johannes Jost Meixner <xmj@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= activejob
|
||||
PORTVERSION= 5.2.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 52
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Job class declarations for a variety of queueing backends
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport52>=${PORTVERSION}:devel/rubygem-activesupport52 \
|
||||
rubygem-globalid-rails52>=0.3.6:databases/rubygem-globalid-rails52
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^5\.2\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-activejob52/distinfo
Normal file
3
devel/rubygem-activejob52/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1566756751
|
||||
SHA256 (rubygem/activejob-5.2.3.gem) = faa055b4986b0d3183ebd8169d82ef491dc947e075e777af2f91ead557fc719f
|
||||
SIZE (rubygem/activejob-5.2.3.gem) = 26112
|
3
devel/rubygem-activejob52/pkg-descr
Normal file
3
devel/rubygem-activejob52/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Declare job classes that can be run by a variety of queueing backends.
|
||||
|
||||
WWW: https://rubyonrails.org/
|
Loading…
Reference in New Issue
Block a user