- Update devel/rubygem-rspec-core to 2.11.1 - Update devel/rubygem-rspec-mocks to 2.11.1 - Update devel/rubygem-rspec-expectations to 2.11.1 PR: ports/169281 [1] Approved by: maintainer timeout (romanbsd@yahoo.com, >1 month) [1]
23 lines
465 B
Makefile
23 lines
465 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.11.1
|
|
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>
|