46b87169a8
Support utilities for RSpec gems. RSpec::Support provides common functionality to RSpec::Core, RSpec::Expectations and RSpec::Mocks. It is considered suitable for internal use only at this time.
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/02 14:12:18 taca Exp $
|
|
|
|
DISTNAME= rspec-support-3.1.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/rspec/rspec-support/
|
|
COMMENT= Support utilities for RSpec gems
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|