5e3ab0e718
- Add LICENSE Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec-expectations
|
|
PORTVERSION= 2.14.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Rspec-expectations adds should and should_not to every object
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-diff-lcs>=1.1.3:${PORTSDIR}/textproc/rubygem-diff-lcs
|
|
|
|
USE_RUBY= yes
|
|
#USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|