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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Context framework extracted from Shoulda
WWW=		https://github.com/thoughtbot/shoulda-context

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

USES=		gem shebangfix

NO_ARCH=	yes

PLIST_FILES=	bin/convert_to_should_syntax

SHEBANG_FILES=	bin/*

.include <bsd.port.mk>