Ticket #33931: Portfile

File Portfile, 1.1 KB (added by quentinmit (Quentin Smith), 12 years ago)
Line 
1# -*- 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
2# $Id$
3PortSystem      1.0
4
5name                remctl
6version             3.1
7categories          net
8license             MIT
9maintainers         mit.edu:quentin
10description         Kerberos-authenticated remote command execution
11long_description    remctl implements a client/server protocol for running \
12                    single commands on a remote host using Kerberos v5 \
13                    authentication and returning the output.
14platforms           darwin
15homepage            http://www.eyrie.org/~eagle/software/remctl/
16master_sites        http://archives.eyrie.org/software/kerberos/
17
18checksums           rmd160  0880f2172b25845262574b45099a556e428a4558 \
19                    sha256  5bce856ce34b8c6a803eb52e4c2623941250099696f06b65c6f63c6133f9a636
20
21depends_lib         port:pcre
22
23configure.args-append --enable-reduced-depends
24
25livecheck.type      regex
26livecheck.url       ${homepage}
27livecheck.regex     "${name}-(\[0-9a-z.\]*)${extract.suffix}"