freebsd-ports/devel/rubygem-mspec/Makefile

19 lines
374 B
Makefile
Raw Normal View History

2013-06-02 15:56:53 +02:00
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= mspec
2013-06-02 15:56:53 +02:00
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>