# -*- 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
# $Id$
PortSystem      1.0

name                remctl
version             3.1
categories          net
license             MIT
maintainers         mit.edu:quentin
description         Kerberos-authenticated remote command execution
long_description    remctl implements a client/server protocol for running \
                    single commands on a remote host using Kerberos v5 \
                    authentication and returning the output.
platforms       darwin
homepage        http://www.eyrie.org/~eagle/software/remctl/
master_sites    http://archives.eyrie.org/software/kerberos/

checksums           rmd160  0880f2172b25845262574b45099a556e428a4558 \
                    sha256  5bce856ce34b8c6a803eb52e4c2623941250099696f06b65c6f63c6133f9a636

configure.args-append --enable-reduced-depends
