freebsd-ports/www/rubygem-vcr/Makefile
Sunpoet Po-Chuan Hsieh c6fafe09f1 Add rubygem-vcr 6.0.0
vcr records your test suite's HTTP interactions and replay them during future
test runs for fast, deterministic, accurate tests.

WWW: https://github.com/vcr/vcr
2020-09-19 12:41:26 +00:00

25 lines
545 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= vcr
PORTVERSION= 6.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Record test suite HTTP interactions and replay
LICENSE= HIPPOCRATIC-2.1 MIT
LICENSE_COMB= multi
LICENSE_NAME_HIPPOCRATIC-2.1= Hippocratic License 2.1
LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS_HIPPOCRATIC-2.1= auto-accept dist-mirror pkg-mirror
# https://github.com/vcr/vcr/blob/master/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>