freebsd-ports/devel/rubygem-rspec-spies/Makefile
Steve Wills afa22c4e64 Test spies, for rspec
WWW: https://github.com/technicalpickles/rspec-spies

PR:		ports/182694
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
2013-10-20 22:20:05 +00:00

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>