freebsd-ports/devel/rubygem-sprockets/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

26 lines
600 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.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= m.tsatsenko@gmail.com
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>