# $Id: Portfile 28031 2007-08-18 16:25:25Z nox@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-dnspython version 1.5.0 categories python net platforms darwin maintainers nomaintainer description DNS toolkit for Python long_description \ dnspython is a DNS toolkit for Python. It supports \ almost all record types. It can be used for queries, \ zone transfers, and dynamic updates. It supports TSIG \ authenticated messages and EDNS0. homepage http://www.dnspython.org/ master_sites ${homepage}kits/${version} distname dnspython-${version} checksums md5 8b9bfb32988d03e49cdf8b3de7c7e6df \ sha1 65bec9f891a22bfe2885ebcaa0efc735b5f5194b \ rmd160 4a0c9d3b082879528c7468dfb38c20009890fd87 post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ mx.py name.py reverse.py reverse_name.py \ xfr.py ${destroot}${prefix}/share/doc/${name}/examples }