summaryrefslogtreecommitdiff
path: root/devel/rubygem-sidekiq-cron-rails-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-sidekiq-cron-rails-gitlab/Makefile')
-rw-r--r--devel/rubygem-sidekiq-cron-rails-gitlab/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/rubygem-sidekiq-cron-rails-gitlab/Makefile b/devel/rubygem-sidekiq-cron-rails-gitlab/Makefile
new file mode 100644
index 000000000000..8607d6c90d61
--- /dev/null
+++ b/devel/rubygem-sidekiq-cron-rails-gitlab/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= sidekiq-cron
+PORTVERSION= 1.12.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails-gitlab
+
+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-rails-gitlab>=1.0.1:databases/rubygem-globalid-rails-gitlab \
+ rubygem-sidekiq-gitlab>=6:devel/rubygem-sidekiq-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>