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