freebsd-ports/devel/rubygem-rspec-core/Makefile
Steve Wills 19be3815ff RSpec Core provides the structure for writing executable examples of how your
code should behave.

WWW:	https://github.com/rspec/rspec-core

PR:		ports/157797
Submitted by:	Steve Wills <swills at FreeBSD.org>
2011-06-27 02:16:24 +00:00

23 lines
464 B
Makefile

# New ports collection makefile for: rubygem-rspec-core
# Date created: 2011-06-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rspec-core
PORTVERSION= 2.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= RSpec Core provides the structure for writing executable examples
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/autospec bin/rspec
.include <bsd.port.mk>