Ticket #14896: Portfile.ldns-tools

File Portfile.ldns-tools, 813 bytes (added by marius.rieder@…, 16 years ago)

ldns-tools 1.2.2 Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                ldns-tools
6version             1.2.2
7categories          net devel
8platforms           darwin
9maintainers         roederja@student.ethz.ch
10description         Tools for working with dns and dnssec.
11long_description    Tools as examples to the ldns library. \
12                    Usefull for debugging/query dns/dnssec server.
13
14homepage            http://www.nlnetlabs.nl/dnssec/drill.html
15master_sites        http://www.nlnetlabs.nl/downloads/
16distfiles           ldns-${version}${extract.suffix}
17checksums           sha1 e73d13cd36490485e92924a1857dab12b3512613
18depends_lib         port:openssl port:ldns
19worksrcdir          ldns-${version}/examples
20use_autoconf        yes
21autoconf.cmd        autoreconf
22configure.args      --with-ldns=${prefix} --with-ssl=${prefix}