a7f07f776b
- Add LICENSE Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec-core
|
|
PORTVERSION= 2.14.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= RSpec Core provides the structure for writing executable examples
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
#USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/autospec bin/rspec
|
|
|
|
.include <bsd.port.mk>
|