# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
# $Id: Portfile 92627 2012-05-02 18:13:06Z g5pw@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        rocky zshdb 0.08 "release-"

maintainers         g5pw openmaintainer

categories          devel

description         GDB-like debugger for zsh scripts.
long_description    ${description} Zshdb can run your script, stop it on specified conditions,      \
                    help you examine what has happened when it has stopped, and allow you to modify \
                    parts of your script so that you can experiment with your code and fix          \
                    problems once they are identified.

platforms           darwin

depends_lib         port:zsh-devel
depends_build       port:autoconf

checksums           rmd160  4d266c534cb39f000fceb929c087597c85bb6437 \
                    sha256  9d49597819af9f6b1661fa67727fca987ace6bab982d41d2f91242dd6f5be3c0

configure.cmd       ./autogen.sh
