ports/devel/rubygem-sidekiq-cron-rails70/Makefile
Matthias Fechner 0ed9f7783d devel/rubygem-sidekiq-cron-rails70: use sidekiq 7.2
Required for gitlab 17.4.0
2024-09-20 08:18:40 +03:00

23 lines
562 B
Makefile

PORTNAME= sidekiq-cron
PORTVERSION= 1.12.0
PORTREVISION= 2
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-sidekiq72>=6:devel/rubygem-sidekiq72
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>