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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | PortGroup python 1.0 |
---|
8 | |
---|
9 | github.setup dnsviz dnsviz 0.6.5 v |
---|
10 | github.tarball_from releases |
---|
11 | |
---|
12 | categories net |
---|
13 | platforms darwin |
---|
14 | license GPL-2+ |
---|
15 | supported_archs noarch |
---|
16 | maintainers deccio.net:casey |
---|
17 | |
---|
18 | description DNS measurement and diagnostic tool suite |
---|
19 | long_description \ |
---|
20 | DNSViz is a tool suite for measurement, diagnostic, and visualization of \ |
---|
21 | Domain Name System (DNS) behavior, including its security extensions \ |
---|
22 | (DNSSEC). |
---|
23 | |
---|
24 | checksums rmd160 16a8b7094670e8c0012bbe362f52f6fb9828a3f9 \ |
---|
25 | sha256 4598476625b2cd81224bc908d6fb98086c9568460d2074e35320fd651dadb269 |
---|
26 | |
---|
27 | depends_lib port:py27-dnspython \ |
---|
28 | port:py27-m2crypto \ |
---|
29 | port:py27-pygraphviz \ |
---|
30 | port:bind9 |
---|
31 | |
---|
32 | depends_build port:bin/dot:graphviz |
---|
33 | |
---|
34 | python.default_version 27 |
---|
35 | destroot.destdir --prefix=${python.prefix} --root=${destroot} --install-data=${prefix} --install-scripts=${prefix}/bin/ |
---|