mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
dbfb8d45ab
WWW: https://github.com/rspec/rspec-expectations PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org>
25 lines
584 B
Makefile
25 lines
584 B
Makefile
# New ports collection makefile for: rubygem-rspec-expectations
|
|
# Date created: 2011-06-12
|
|
# Whom: Steve Wills <swills@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rspec-expectations
|
|
PORTVERSION= 2.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rspec-expectations adds should and should_not to every object
|
|
|
|
BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
|
|
RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|