Ticket #19969: Portfile

File Portfile, 886 bytes (added by astricker@…, 15 years ago)

Portfile for ruby sprockets

Line 
1# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
2                       
3PortSystem          1.0
4PortGroup           ruby 1.0
5
6ruby.setup          sprockets 1.0.2 gem {} rubyforge_gem
7maintainers         futurelab.ch:astricker
8description         JavaScript dependency management and concatenation
9long_description    JavaScript dependency management and concatenation. \
10                    Allows to split a JavaScript project over several files \
11                    and let them automatically concatenate following the \
12                    dependencies as listed in special comments.
13homepage            http://getsprockets.org/
14platforms           darwin
15
16checksums           md5     a54bcecfdee14e22d7ded2d39cb75727 \
17                    sha1    94e677b5c9e9682961bc1e3ed8bb88706d487c52 \
18                    rmd160  4cbe35ebbb362a8f61cbd8e843df2679e928d042
19