5404a87cbf
WWW: https://github.com/rspec/rspec-mocks PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org>
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# New ports collection makefile for: rubygem-rspec-mocks
|
|
# Date created: 2011-06-12
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rspec-mocks
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rspec-mocks provides a test-double framework for rspec
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|