24 lines
515 B
Makefile
24 lines
515 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gitlab-puma_worker_killer
|
|
PORTVERSION= 0.1.1.gitlab.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Automatically restart Puma cluster workers based on max RAM available
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-get_process_mem>=0.2:devel/rubygem-get_process_mem \
|
|
rubygem-gitlab-puma>=2.7.gitlab<5:www/rubygem-gitlab-puma
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|