freebsd-ports/devel/rubygem-sprockets/Makefile
Philip M. Gollucci cee080cf59 - Pass to ruby@ due to rails dependency on it
PR:     ports/162992
Approved by:    maintainer
2012-02-08 03:56:30 +00:00

26 lines
595 B
Makefile

# Ports collection makefile for: rubygem-sprockets
# Date created: 31 July 2011
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sprockets
PORTVERSION= 2.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
LICENSE= MIT
RUN_DEPENDS= rubygem-tilt>=1.1:${PORTSDIR}/devel/rubygem-tilt \
rubygem-hike>=1.2:${PORTSDIR}/devel/rubygem-hike \
rubygem-rack>=1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>