ports/devel/rubygem-generator_spec-rails5/Makefile
Joseph Mingrone dec22b869f devel/rubygem-generator_spec: Rename to devel/rubygem-generator_spec-rails5
and update to version 0.9.4

- devel/rubygem-generator_spec depended on Rails version 4, but there
  already is a devel/rubygem-generator_spec-rails4

- depend on activesupport instead of activerecord

Approved by:	swills (mentor, implicit)
2017-05-19 14:47:44 +00:00

22 lines
425 B
Makefile

# $FreeBSD$
PORTNAME= generator_spec
PORTVERSION= 0.9.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Test Rails generators with RSpec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport5>=0:devel/rubygem-activesupport5 \
rubygem-railties5>=0:www/rubygem-railties5
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>