aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rspec-its/Makefile
blob: 11ac42727533c91b319386225bcf3b3cca7d1485 (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
PORTNAME=	rspec-its
PORTVERSION=	1.3.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	naito.yuichiro@gmail.com
COMMENT=	RSpec extension gem for attribute matching
WWW=		https://github.com/rspec/rspec-its

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

RUN_DEPENDS=	rubygem-rspec-core>=3.0.0:devel/rubygem-rspec-core \
		rubygem-rspec-expectations>=3.0.0:devel/rubygem-rspec-expectations

NO_ARCH=	yes
USES=		gem shebangfix
bash_CMD=	${SH}
SHEBANG_FILES=	script/test_all \
		script/update_rubygems_and_install_bundler


.include <bsd.port.mk>