mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
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)
22 lines
425 B
Makefile
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>
|