1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup ruby 1.0 |
---|
6 | |
---|
7 | ruby.setup rb-fsevent 0.9.4 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description FSEvents API with Signals catching (without RubyCocoa) |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums md5 47456c473a7e3e347c0d20ebda7bbad4 \ |
---|
16 | sha1 46542da445f55b28552b148e2db40713a53ce0f2 \ |
---|
17 | rmd160 4b2629347204be528375a20bc0da3c7109d2dae4 |
---|