Ticket #14896: Portfile.drill

File Portfile.drill, 873 bytes (added by marius.rieder@…, 16 years ago)

drill 1.2.2 Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                drill
6version             1.2.2
7categories          net devel
8platforms           darwin
9maintainers         roederja@student.ethz.ch
10description         A dig-style dnssec-aware dns debugging tool
11long_description    Drill is a tool ala dig from BIND. \
12                    It was designed with DNSSEC in mind and should be a useful \
13                    debugging/query tool for DNSSEC.
14
15homepage            http://www.nlnetlabs.nl/dnssec/drill.html
16master_sites        http://www.nlnetlabs.nl/downloads/
17distfiles           ldns-${version}${extract.suffix}
18checksums           sha1 e73d13cd36490485e92924a1857dab12b3512613
19depends_lib         port:openssl port:ldns
20worksrcdir          ldns-${version}/drill
21use_autoconf        yes
22autoconf.cmd        autoreconf
23configure.args      --with-ldns=${prefix} --with-ssl=${prefix}