1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/rubygem-vcr/Makefile
2021-04-06 16:31:07 +02:00

24 lines
533 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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>