| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name drill |
|---|
| 6 | version 1.2.2 |
|---|
| 7 | categories net devel |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers roederja@student.ethz.ch |
|---|
| 10 | description A dig-style dnssec-aware dns debugging tool |
|---|
| 11 | long_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 | |
|---|
| 15 | homepage http://www.nlnetlabs.nl/dnssec/drill.html |
|---|
| 16 | master_sites http://www.nlnetlabs.nl/downloads/ |
|---|
| 17 | distfiles ldns-${version}${extract.suffix} |
|---|
| 18 | checksums sha1 e73d13cd36490485e92924a1857dab12b3512613 |
|---|
| 19 | depends_lib port:openssl port:ldns |
|---|
| 20 | worksrcdir ldns-${version}/drill |
|---|
| 21 | use_autoconf yes |
|---|
| 22 | autoconf.cmd autoreconf |
|---|
| 23 | configure.args --with-ldns=${prefix} --with-ssl=${prefix} |
|---|