aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-shoulda/Makefile
blob: e2a1bf05a3f2182289da32e8a1cc97ada18c31b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	shoulda
PORTVERSION=	4.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Making tests easy on the fingers and eyes
WWW=		https://github.com/thoughtbot/shoulda

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

RUN_DEPENDS=	rubygem-shoulda-context>=2.0<3:devel/rubygem-shoulda-context \
		rubygem-shoulda-matchers>=4.0<5:devel/rubygem-shoulda-matchers

USES=		gem shebangfix

NO_ARCH=	yes

SHEBANG_FILES=	script/*

.include <bsd.port.mk>