mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
21 lines
442 B
Makefile
21 lines
442 B
Makefile
PORTNAME= unicorn-worker-killer
|
|
PORTVERSION= 0.4.5
|
|
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<7:www/rubygem-unicorn
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|