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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-dpkt |
---|
7 | version 1.6 |
---|
8 | categories python |
---|
9 | platforms darwin |
---|
10 | maintainers node99.org:sean |
---|
11 | description Python packet creation / parsing library. |
---|
12 | long_description ${description} |
---|
13 | |
---|
14 | homepage http://code.google.com/p/dpkt/ |
---|
15 | master_sites http://dpkt.googlecode.com/files |
---|
16 | distname dpkt-${version} |
---|
17 | checksums md5 5e8b48868dd2ad283089fd82ed41c408 |
---|
18 | |
---|
19 | depends_lib port:py25-setuptools |
---|