freebsd-ports/devel/rubygem-sprockets-rails-rails5/Makefile
Sunpoet Po-Chuan Hsieh 4e0479dcdf Update RUN_DEPENDS
- Use = instead of ?=
- Fix version requirement
2018-08-13 18:21:07 +00:00

24 lines
531 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= sprockets-rails
PORTVERSION= 3.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Sprockets Rails integration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack5>=4.0:www/rubygem-actionpack5 \
rubygem-activesupport5>=4.0:devel/rubygem-activesupport5 \
rubygem-sprockets3>=3.0.0:devel/rubygem-sprockets3
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>