1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/benchmarks/rubygem-railsbench/Makefile
Sunpoet Po-Chuan Hsieh 9abcc90a03 - Add LICENSE_FILE
- Remove RUN_DEPENDS
- Update WWW
- Bump PORTREVISION
2015-10-17 18:09:01 +00:00

29 lines
590 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
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/railsbench
OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
GRUFF_RUN_DEPENDS= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff
.include <bsd.port.mk>