Ticket #23484: Portfile

File Portfile, 672 bytes (added by sean@…, 14 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
3PortSystem          1.0
4PortGroup           python25 1.0
5
6name                py25-dpkt
7version             1.6
8categories          python
9platforms           darwin
10maintainers         node99.org:sean
11description         Python packet creation / parsing library.
12long_description    ${description}
13
14homepage            http://code.google.com/p/dpkt/
15master_sites        http://dpkt.googlecode.com/files
16distname            dpkt-${version}
17checksums           md5 5e8b48868dd2ad283089fd82ed41c408
18
19depends_lib         port:py25-setuptools