WWW: https://github.com/technicalpickles/rspec-spies PR: ports/182694 Submitted by: Loic Blot <loic.blot@unix-experience.fr>
19 lines
319 B
Makefile
19 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rspec-spies
|
|
PORTVERSION= 2.1.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Test spies, for rspec
|
|
|
|
RUN_DEPENDS= rubygem-rspec>=2.0:${PORTSDIR}/devel/rubygem-rspec
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|