ports/devel/rubygem-rspec-support/Makefile
2025-02-17 16:20:47 +08:00

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>