Lines 6-11
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= railsbench |
7 |
PORTNAME= railsbench |
8 |
PORTVERSION= 0.9.2 |
8 |
PORTVERSION= 0.9.2 |
|
|
9 |
PORTREVISION= 1 |
9 |
CATEGORIES= benchmarks rubygems |
10 |
CATEGORIES= benchmarks rubygems |
10 |
MASTER_SITES= ${MASTER_SITE_RUBYFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_RUBYFORGE} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 16-21
Link Here
|
16 |
BUILD_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe |
17 |
BUILD_DEPENDS= rubygem-hoe>=1.2.0:${PORTSDIR}/devel/rubygem-hoe |
17 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
18 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
18 |
|
19 |
|
|
|
20 |
OPTIONS= GRUFF "Plotting of perf data support using gruff" off |
21 |
OPTIONSFILE= ${PORT_DBDIR}/rubygem-${PORTNAME}/options |
22 |
|
19 |
.include <bsd.port.pre.mk> |
23 |
.include <bsd.port.pre.mk> |
|
|
24 |
|
25 |
.if defined(WITH_GRUFF) |
26 |
RUN_DEPENDS+= rubygem-gruff>=0.2.8:${PORTSDIR}/graphics/rubygem-gruff |
27 |
.endif |
28 |
|
20 |
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" |
29 |
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" |
21 |
.include <bsd.port.post.mk> |
30 |
.include <bsd.port.post.mk> |