devel/rubygem-sidekiq6: Add rubygem-sidekiq6 6.5.8 (copied from rubygem-sidekiq)
- Add PORTSCOUT
This commit is contained in:
parent
78bac10626
commit
addd4dd0eb
4 changed files with 36 additions and 0 deletions
|
@ -7086,6 +7086,7 @@
|
|||
SUBDIR += rubygem-sidekiq-cron-sidekiq64
|
||||
SUBDIR += rubygem-sidekiq-scheduler
|
||||
SUBDIR += rubygem-sidekiq-unique-jobs
|
||||
SUBDIR += rubygem-sidekiq6
|
||||
SUBDIR += rubygem-sidekiq64
|
||||
SUBDIR += rubygem-sidetiq
|
||||
SUBDIR += rubygem-sigdump
|
||||
|
|
29
devel/rubygem-sidekiq6/Makefile
Normal file
29
devel/rubygem-sidekiq6/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
PORTNAME= sidekiq
|
||||
PORTVERSION= 6.5.8
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple, efficient background processing for Ruby
|
||||
WWW= https://sidekiq.org/
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-connection_pool>=2.2.5<3:net/rubygem-connection_pool \
|
||||
rubygem-rack22>=2.0,3<3,3:www/rubygem-rack22 \
|
||||
rubygem-redis4>=4.5.0<5:databases/rubygem-redis4
|
||||
|
||||
USES= cpe gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
CPE_VENDOR= contribsys
|
||||
|
||||
PORTSCOUT= limit:^6\.
|
||||
|
||||
post-install:
|
||||
${RM} ${STAGEDIR}${PREFIX}/bin/sidekiq ${STAGEDIR}${PREFIX}/bin/sidekiqmon
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sidekiq6/distinfo
Normal file
3
devel/rubygem-sidekiq6/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1669058125
|
||||
SHA256 (rubygem/sidekiq-6.5.8.gem) = 109608de6f9acdd7af160b95dcb2b8e7ce85cdd4040638e4cf84dbf71de94efc
|
||||
SIZE (rubygem/sidekiq-6.5.8.gem) = 353792
|
3
devel/rubygem-sidekiq6/pkg-descr
Normal file
3
devel/rubygem-sidekiq6/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple, efficient background processing for Ruby
|
||||
|
||||
See also: https://github.com/mperham/sidekiq
|
Loading…
Reference in a new issue