aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-shoulda-matchers/Makefile
blob: c5e7caab4250d3c63cb2ba59a2b56771345bfa1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	shoulda-matchers
PORTVERSION=	4.5.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Making tests easy on the fingers and eyes

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>