Changeset 82432
- Timestamp:
- 08/13/11 15:08:33 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/python/py-dnspython/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-dnspython/Portfile
r82431 r82432 1 1 # $Id$ 2 2 3 PortSystem 1.04 PortGroup python24 1.03 PortSystem 1.0 4 PortGroup python24 1.0 5 5 6 name py-dnspython 7 version 1.6.0 8 categories python net 9 platforms darwin 10 maintainers ram openmaintainer 11 description DNS toolkit for Python 6 name py-dnspython 7 version 1.6.0 8 categories python net 9 platforms darwin 10 maintainers ram openmaintainer 12 11 12 description DNS toolkit for Python 13 13 long_description \ 14 dnspython is a DNS toolkit for Python. It supports \ 15 almost all record types. It can be used for queries, \ 16 zone transfers, and dynamic updates. It supports TSIG \ 17 authenticated messages and EDNS0. 14 dnspython is a DNS toolkit for Python. It supports almost all \ 15 record types. It can be used for queries, zone transfers, and \ 16 dynamic updates. It supports TSIG authenticated messages and EDNS0. 18 17 19 homepage http://www.dnspython.org/20 master_sites ${homepage}kits/${version}21 distname dnspython-${version}18 homepage http://www.dnspython.org/ 19 master_sites ${homepage}kits/${version} 20 distname dnspython-${version} 22 21 23 checksums md515b8eed42689bd719ec1878a584787ea \24 sha1e5eeba2d5780db280cc144c7cf777a27972d9ad1 \25 rmd160b4a40b3fe6a7b63e8c801df6be8346570f12103022 checksums md5 15b8eed42689bd719ec1878a584787ea \ 23 sha1 e5eeba2d5780db280cc144c7cf777a27972d9ad1 \ 24 rmd160 b4a40b3fe6a7b63e8c801df6be8346570f121030 26 25 27 post-destroot {28 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples29 xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \30 ${destroot}${prefix}/share/doc/${name}31 xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \32 mx.py name.py reverse.py reverse_name.py \33 xfr.py${destroot}${prefix}/share/doc/${name}/examples26 post-destroot { 27 xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples 28 xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE README TODO \ 29 ${destroot}${prefix}/share/doc/${name} 30 xinstall -m 644 -W ${worksrcpath}/examples ddns.py e164.py \ 31 mx.py name.py reverse.py reverse_name.py xfr.py \ 32 ${destroot}${prefix}/share/doc/${name}/examples 34 33 } 35 34
Note: See TracChangeset
for help on using the changeset viewer.

