freebsd-ports/devel/rubygem-sprockets/Makefile
Steve Wills 0fdd3623e6 Sprockets is a Ruby library that preprocesses and concatenates
JavaScript source files. It takes any number of source files
and preprocesses them line-by-line in order to build a single
concatenation.

WWW: http://getsprockets.org/

PR:		ports/159397
Submitted by:	Mikhail T. <m.tsatsenko at gmail.com>
2011-08-10 16:40:41 +00:00

24 lines
463 B
Makefile

# Ports collection makefile for: rubygem-sprockets
# Date created: 31 July 2011
# Whom: Mikhail T. <m.tsatsenko@gmail.com>
#
# $FreeBSD$
#
PORTNAME= sprockets
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Ruby library that preprocesses and concatenates JavaScript files
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/sprocketize
.include <bsd.port.mk>