18 lines
321 B
Makefile
18 lines
321 B
Makefile
PORTNAME= rspec-support
|
|
PORTVERSION= 3.11.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Support utilities for RSpec gems
|
|
WWW= https://github.com/rspec/rspec-support
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|