freebsd-ports/benchmarks/rubygem-railsbench/Makefile
2020-03-01 06:50:31 +00:00

28 lines
545 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= railsbench
PORTVERSION= 0.9.8
PORTREVISION= 1
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Scripts designed for benchmarking of Rails applications
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/railsbench
OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
GRUFF_RUN_DEPENDS= rubygem-gruff>=0:graphics/rubygem-gruff
.include <bsd.port.mk>