# -*- 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
PortGroup           makefile 1.0

github.setup        marcomorain tcat 0.1.2
revision            0

description         Time Cat is a program to add timestamps to text.

long_description    {*}${description} It is useful for adding timestamps to \
                    the logs of long running operations, so that you can \
                    easily monitor the progress and time elapsed.

maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer
categories          textproc
license             MIT
installs_libs       no

checksums           rmd160  d80e32bec69ef2a6b177acf6b55253b0fc3985ec \
                    sha256  a27fc3ac35c8a3e972890e10f4ce27ac6d16037f84a58a267d6426b3afd86e48 \
                    size    4360

github.tarball_from archive

makefile.has_destdir no
