mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
18 lines
304 B
Makefile
18 lines
304 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
|
|
|
|
.include <bsd.port.mk>
|