1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/rubygem-unicorn-worker-killer/Makefile
2020-08-23 19:49:32 +00:00

24 lines
455 B
Makefile

# $FreeBSD$
PORTNAME= unicorn-worker-killer
PORTVERSION= 0.4.4
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Kill unicorn workers by memory and request counts
LICENSE= GPLv2+ RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-get_process_mem>=0<1:devel/rubygem-get_process_mem \
rubygem-unicorn>=4<6:www/rubygem-unicorn
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>