ports/devel/rubygem-sidekiq-cron/Makefile
Matthias Fechner 4a7e890e91 */*: Revert "*/*: Make rails 6.1.3 available"
This reverts commit f4511dc4a7.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
2021-10-27 08:20:24 +02:00

24 lines
562 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= sidekiq-cron
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# Use the same rubygem-sidekiq for www/gitlab-ce and its dependencies
RUN_DEPENDS= rubygem-fugit>=1.1<2:devel/rubygem-fugit \
rubygem-sidekiq>=4.2.1:devel/rubygem-sidekiq
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>