18 lines
374 B
Makefile
18 lines
374 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mspec
|
|
PORTVERSION= 1.5.20
|
|
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>
|