opnsense-ports/devel/rubygem-rspec-core/Makefile
Franco Fichtner af7abb7b9e */*: sync with upstream
Taken from: FreeBSD
2023-04-28 10:12:04 +02:00

21 lines
447 B
Makefile

PORTNAME= rspec-core
PORTVERSION= 3.12.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RSpec Core provides the structure for writing executable examples
WWW= https://github.com/rspec/rspec-core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}.0<3.13:devel/rubygem-rspec-support
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/rspec
.include <bsd.port.mk>