opnsense-ports/devel/rubygem-sprockets-rails/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

23 lines
509 B
Makefile

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