freebsd-ports/devel/rubygem-rspec-core/Makefile
2021-01-03 20:20:55 +00:00

24 lines
479 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-core
PORTVERSION= 3.10.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= RSpec Core provides the structure for writing executable examples
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}.0<3.11:devel/rubygem-rspec-support
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/rspec
.include <bsd.port.mk>