description python RADIUS module implementing RFC2865
long_description pyrad is an implementation of a RADIUS client as \
described in RFC2865. It takes care of all the details \
like building RADIUS packets, sending them and \
homepage http://www.wiggy.net/code/pyrad/
master_sites http://www.wiggy.net/files/
distname pyrad-${version}
checksums sha1 e6212dd65938e85f870cd769c64025f61f3bc884
xinstall -m 644 ${worksrcpath}/README.txt \
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath}/example acct.py auth.py dictionary \
dictionary.attingo server.py \
${destroot}${prefix}/share/doc/${name}/examples