# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0

github.setup        sass sassc 3.6.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  058fbc3f91c2418e68962f4bcab6c040710c811b \
                    sha256  080dc272b6f8f12e9fd68c2689c03536850c6faa8d055f1875a42a7957304f4b \
                    size    26643

maintainers         {cal @neverpanic} openmaintainer
categories          www textproc

license             MIT
description         sassc is the libsass command line driver and compiles Sass to CSS
long_description    {*}${description}

depends_lib         port:libsass

use_autoreconf      yes
