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 timers 4.0.1 gem {} rubygems ruby21 |
---|
8 | license MIT |
---|
9 | platforms darwin |
---|
10 | categories-append devel |
---|
11 | maintainers googlemail.com:robertoschwald openmaintainer |
---|
12 | description Pure Ruby one-shot and periodic timers |
---|
13 | long_description ${description} |
---|
14 | |
---|
15 | checksums md5 b8fea94423f467cd08d0bf6efd094225 \ |
---|
16 | sha1 e4b0324f6ef2687bfd5e350399e9bd66c8acca63 \ |
---|
17 | rmd160 c4728d02443e18a9a82b1424583040628c7af6fd |
---|