freebsd-ports/devel/rubygem-rspec-its/Makefile
Koichiro Iwao 7dc2d3d17d devel/rubygem-rspec-its: Update to 1.3.0
PR:		231858
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
2019-05-27 12:18:53 +00:00

26 lines
619 B
Makefile

# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
# $FreeBSD$
PORTNAME= rspec-its
PORTVERSION= 1.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= naito.yuichiro@gmail.com
COMMENT= RSpec extension gem for attribute matching
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
NO_ARCH= yes
USES= gem shebangfix
bash_CMD= ${SH}
SHEBANG_FILES= script/test_all \
script/update_rubygems_and_install_bundler
USE_RUBY= yes
.include <bsd.port.mk>