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 listen 2.7.11 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description listen to file modifications |
---|
13 | long_description The Listen gem listens to file modifications and notifies you about the changes. |
---|
14 | |
---|
15 | checksums md5 d8affa34efdb950338d4bff114de31ff \ |
---|
16 | sha1 aa2fca7e7c78a76c4f1d1f0fe1b2ddf83a47cccc \ |
---|
17 | rmd160 3be4b38ca3530b9a9e789601ae93ffc86b0fced2 |
---|