mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
23 lines
562 B
Makefile
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>
|