freebsd-ports/devel/rubygem-sidekiq5/Makefile
Matthias Fechner 8a93829a44 Do no rename the binaries, this breaks the pipelines in gitlab 12.10.6.
Approved by:	sunpoet (maintainer)
2020-05-20 06:10:32 +00:00

31 lines
681 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sidekiq
PORTVERSION= 5.2.8
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, efficient background processing for Ruby
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-connection_pool>=2.2.2<3:net/rubygem-connection_pool \
rubygem-rack20>=0,3<2.1.0,3:www/rubygem-rack20 \
rubygem-rack-protection>=1.5.0:www/rubygem-rack-protection \
rubygem-redis>=3.3.5<5:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/sidekiq bin/sidekiqctl
PORTSCOUT= limit:^5\.
.include <bsd.port.mk>