mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
20 lines
461 B
Makefile
20 lines
461 B
Makefile
PORTNAME= generator_spec
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails4
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Test Rails generators with RSpec
|
|
WWW= https://github.com/stevehodgkiss/generator_spec
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-activesupport4>=3.0.0:devel/rubygem-activesupport4 \
|
|
rubygem-railties4>=3.0.0:www/rubygem-railties4
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|