blob: 3e084a56625d211b7aef2032a254040dec5805d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= sidekiq-cron
PORTVERSION= 1.7.0
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
RUN_DEPENDS= rubygem-fugit>=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>
|