mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Moved port from devel/rubygem-sidekiq72 to devel/rubygem-sidekiq-gitlab
to not move port with every upgrade of the sidekiq gem gitlab requires.
Changes: https://github.com/sidekiq/sidekiq/blob/main/Changes.md
(cherry picked from commit 50ec2a7077
)
23 lines
572 B
Makefile
23 lines
572 B
Makefile
PORTNAME= sidekiq-cron
|
|
PORTVERSION= 1.12.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails70
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
|
|
WWW= https://github.com/sidekiq-cron/sidekiq-cron
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-fugit>=1.8<2:devel/rubygem-fugit \
|
|
rubygem-globalid-rails70>=1.0.1:databases/rubygem-globalid-rails70 \
|
|
rubygem-sidekiq-gitlab>=6:devel/rubygem-sidekiq-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|