aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-mspec/Makefile
blob: beb840c05f41956ae8dfcb6ce9f5f04aa7c41688 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    rubygem-mspec
# Date created:     2012-05-16
# Whom:         Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mspec
PORTVERSION=    1.5.17
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    A specialized Ruby testing framework

USE_RUBY=       yes
USE_RUBYGEMS=       yes
RUBYGEM_AUTOPLIST=  yes

PLIST_FILES=    bin/mspec bin/mkspec bin/mspec-ci bin/mspec-run bin/mspec-tag

.include <bsd.port.mk>