aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rubocop-rspec_rails/Makefile
blob: ac60e9ad9b8b8261831d478c44e90fa20e138ac0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	rubocop-rspec_rails
PORTVERSION=	2.28.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Code style checking for RSpec Rails files
WWW=		https://github.com/rubocop/rubocop-rspec_rails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.md

RUN_DEPENDS=	rubygem-rubocop>=1.40<2:devel/rubygem-rubocop

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>