mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
20 lines
493 B
Makefile
20 lines
493 B
Makefile
PORTNAME= rspec-expectations
|
|
PORTVERSION= 3.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Rspec-expectations adds should and should_not to every object
|
|
WWW= https://github.com/rspec/rspec-expectations
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-diff-lcs>=1.2.0<2.0:textproc/rubygem-diff-lcs \
|
|
rubygem-rspec-support>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-support
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|