freebsd-ports/devel/rubygem-rspec-rails/Makefile
2017-11-23 19:09:15 +00:00

27 lines
800 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-rails
PORTVERSION= 3.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Testing framework for Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-actionpack4>=3.0:www/rubygem-actionpack4 \
rubygem-activesupport4>=3.0:devel/rubygem-activesupport4 \
rubygem-railties4>=3.0:www/rubygem-railties4 \
rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}:devel/rubygem-rspec-mocks \
rubygem-rspec-support>=${PORTVERSION:R}:devel/rubygem-rspec-support
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>