summaryrefslogtreecommitdiff
path: root/devel/rubygem-shoulda-context/Makefile
blob: 7afea5ca741f61bcf55ced53a0dc9a4314190ed1 (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
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	shoulda-context
PORTVERSION=	2.0.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Context framework extracted from Shoulda

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

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/convert_to_should_syntax

SHEBANG_FILES=	bin/*

.include <bsd.port.mk>