27b0b8f069
- Add PORTSCOUT
23 lines
495 B
Makefile
23 lines
495 B
Makefile
PORTNAME= sidekiq-cron
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 18
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Enables to set jobs to be run in specified time (using CRON notation)
|
|
WWW= https://github.com/ondrejbartas/sidekiq-cron
|
|
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.8\.
|
|
|
|
.include <bsd.port.mk>
|