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

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

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

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

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/convert_to_should_syntax

.include <bsd.port.mk>