freebsd-ports/devel/rubygem-sprockets-rails-rails60/Makefile

24 lines
528 B
Makefile

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