1 | PortSystem 1.0 |
---|
2 | PortGroup python26 1.0 |
---|
3 | |
---|
4 | name py26-snmp |
---|
5 | version 4.1.16a |
---|
6 | categories python net |
---|
7 | maintainers gmail.com:valyukov |
---|
8 | platforms darwin freebsd |
---|
9 | description SNMP v.1 engine for python |
---|
10 | long_description PySNMP is fully functional SNMP v.1 engine (BER \ |
---|
11 | encoders/decoders for a subset of ASN.1 data types, sockets \ |
---|
12 | based networking etc.) written entirely in python. |
---|
13 | |
---|
14 | license BSD |
---|
15 | |
---|
16 | homepage http://pysnmp.sourceforge.net/ |
---|
17 | master_sites sourceforge:pysnmp |
---|
18 | distname pysnmp-${version} |
---|
19 | checksums md5 b94dd768e92e6e3737733bab2bf20fa6 \ |
---|
20 | sha1 269eca69f39b8a50c2415f391e6663a8f1ff4bb4 |
---|
21 | |
---|
22 | depends_lib port:py26-crypto \ |
---|
23 | port:py26-asn1 |
---|
24 | |
---|
25 | post-destroot { |
---|
26 | file delete -force ${destroot}${prefix}/share/doc/${name} |
---|
27 | file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} |
---|
28 | file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name} |
---|
29 | } |
---|