Ticket #52441: Portfile

File Portfile, 1.2 KB (added by cdeccio (Casey Deccio), 7 years ago)

Portfile

Line 
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
4PortSystem         1.0
5
6PortGroup          github 1.0
7PortGroup          python 1.0
8
9github.setup       dnsviz dnsviz 0.6.5 v
10github.tarball_from releases
11
12categories         net
13platforms          darwin
14license            GPL-2+
15supported_archs    noarch
16maintainers        deccio.net:casey
17
18description        DNS measurement and diagnostic tool suite
19long_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
24checksums          rmd160 16a8b7094670e8c0012bbe362f52f6fb9828a3f9 \
25                   sha256 4598476625b2cd81224bc908d6fb98086c9568460d2074e35320fd651dadb269
26
27depends_lib        port:py27-dnspython \
28                   port:py27-m2crypto \
29                   port:py27-pygraphviz \
30                   port:bind9
31
32depends_build      port:bin/dot:graphviz
33
34python.default_version    27
35destroot.destdir  --prefix=${python.prefix} --root=${destroot} --install-data=${prefix} --install-scripts=${prefix}/bin/