mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
811 B
Plaintext
25 lines
811 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup mlipper runt 0_7_0 RUNT_
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
ruby.setup runt 0.7.0 setup.rb {README doc}
|
|
revision 1
|
|
maintainers nomaintainer
|
|
description Ruby API for scheduling recurring/occuring events
|
|
long_description Runt provides a simple API for scheduling \
|
|
recurring/occuring events through a hackneyed \
|
|
implementation of otherwise excellent temporal \
|
|
patterns created by Martin Fowler. It is a Ruby \
|
|
version of ChronicJ (http://chronicj.org).
|
|
license Apache-1.1
|
|
checksums md5 8b938b318157805e2ee6279825cab324
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
test.run yes
|
|
test.dir ${worksrcpath}/test
|
|
test.cmd ${ruby.bin} alltests.rb
|