blob: 347eea9ae73cc3afbe3e80081187e1d5c4fed487 (
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
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-rails
PORTVERSION= 3.4.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Testing framework for Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License.md
RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \
rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 \
rubygem-railties4>=3.0:www/rubygem-railties4 \
rubygem-rspec-core>=${PORTVERSION:R}.0:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}.0:devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}.0:devel/rubygem-rspec-mocks \
rubygem-rspec-support>=${PORTVERSION:R}.0:devel/rubygem-rspec-support
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|