4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec-mocks
|
|
PORTVERSION= 3.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rspec-mocks provides a test-double framework for rspec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-diff-lcs>=1.2.0:textproc/rubygem-diff-lcs \
|
|
rubygem-rspec-support>=${PORTVERSION:R}:devel/rubygem-rspec-support
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|