23 lines
453 B
Makefile
23 lines
453 B
Makefile
|
# 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>
|