# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 101812 2013-01-20 11:58:46Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         innotop 1.9.0
maintainers         akitada openmaintainer
supported_archs     noarch

description         A MySQL and InnoDB monitor program.
long_description    MySQL and InnoDB transaction/status monitor.  \
                    Like 'top' for MySQL.  Displays queries, InnoDB \
                    transactions, lock waits, deadlocks, foreign key \
                    errors, open tables, replication status, buffer \
                    information, row operations, logs, I/O \
                    operations, load graph, and more.  You can \
                    monitor any servers at once with innotop.
homepage            http://code.google.com/p/innotop/

platforms           darwin
master_sites        googlecode:innotop
dist_subdir         innotop

checksums           rmd160  0ccd3623c19016a5ae89e92a49e27fd675494cd9 \
                    sha256  bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a

if {${perl5.major} != ""} {
depends_lib-append  port:p${perl5.major}-dbi \
                    port:p${perl5.major}-dbd-mysql \
                    port:p${perl5.major}-term-readkey
}
