Ticket #40821: Portfile

File Portfile, 1003 bytes (added by aeppert@…, 11 years ago)
Line 
1# $Id$
2
3PortSystem      1.0
4PortGroup       python 1.0
5
6name                    py-dpkt
7version                 1.8
8revision                                1
9categories-append       net
10maintainers             gmail.com:aeppert
11description             python packet creation and parsing library
12long_description        dpkt provides fast, simple packet creation and \
13                        parsing for python programs, with definitions for the \
14                        basic TCP/IP protocols.
15platforms               darwin
16supported_archs         noarch
17
18homepage                http://code.google.com/p/dpkt/
19master_sites            googlecode:dpkt
20distname                dpkt-${version}
21
22checksums               md5     0f8e5a4d4b2f5d5faaf7bbfbf3e1e8b7 \
23                        sha1    4dd4d8b384177fcfbad3891798ff5779bb39ee2a \
24                        rmd160  6c52dd753897ea10b15b9a67ef0303464bbfc7eb
25
26python.versions                 24 25 26 27
27
28depends_lib             port:py-setuptools
29
30livecheck.type                  googlecode
31livecheck.name                  dpkt