blob: 915680a9dbc2ceb7bb5393ace83ef0d9ab43acf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Ports collection makefile for: rubygem-railsbench
# Date created: 02 April 2007
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
PORTNAME= railsbench
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= benchmarks rubygems
MASTER_SITES= RF
MAINTAINER= ports@logvinov.com
COMMENT= Scripts designed for benchmarking of Rails applications
BUILD_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe
RUN_DEPENDS= ${BUILD_DEPENDS}
OPTIONS= GRUFF "Plotting of perf data support using gruff" off
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options
.include <bsd.port.pre.mk>
.if defined(WITH_GRUFF)
RUN_DEPENDS+= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff
.endif
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
|