summaryrefslogtreecommitdiff
path: root/devel/rubygem-stella/Makefile
blob: 509fd3b383cf6ce1e2825a8dfffc35cbfac70ec2 (plain)
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
30
31
32
33
34
35
36
37
38
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	stella
PORTVERSION=	2.1.2.004
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Define realistic testplans and run them against your webapps

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-benelux>=0.6.1:${PORTSDIR}/devel/rubygem-benelux \
		rubygem-drydock>=0.6.9:${PORTSDIR}/devel/rubygem-drydock \
		rubygem-familia>=0.7.1:${PORTSDIR}/databases/rubygem-familia \
		rubygem-gibbler>=0.8.9:${PORTSDIR}/devel/rubygem-gibbler \
		rubygem-nokogiri>=1.4.4:${PORTSDIR}/textproc/rubygem-nokogiri \
		rubygem-public_suffix_service>=0.8.1:${PORTSDIR}/dns/rubygem-public_suffix_service \
		rubygem-storable>=0.8.8:${PORTSDIR}/devel/rubygem-storable \
		rubygem-sysinfo>=0.7.3:${PORTSDIR}/devel/rubygem-sysinfo \
		rubygem-whois>=1.6.6:${PORTSDIR}/net/rubygem-whois \
		rubygem-yajl-ruby>=0.7.9:${PORTSDIR}/devel/rubygem-yajl-ruby

NO_ARCH=	yes
USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
USES=		shebangfix

PLIST_FILES=	bin/stella

SHEBANG_FILES=	bin/stella \
		support/sample_webapp/app.rb

.include <bsd.port.mk>