mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
19 lines
382 B
Makefile
19 lines
382 B
Makefile
PORTNAME= rspec-support
|
|
PORTVERSION= 3.13.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support utilities for RSpec gems
|
|
WWW= https://rspec.info/ \
|
|
https://github.com/rspec/rspec/tree/main/rspec-support \
|
|
https://github.com/rspec/rspec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|