# -*- 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
# $Id: Portfile 68213 2010-05-29 01:44:41Z jmr@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name                    py25-dpkt
version                 1.6
categories-append       net
maintainers             node99.org:sean
description             python packet creation and parsing library
long_description        dpkt provides fast, simple packet creation and \
                        parsing for python programs, with definitions for the \
                        basic TCP/IP protocols.
platforms               darwin
if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

homepage                http://code.google.com/p/dpkt/
master_sites            googlecode:dpkt
distname                dpkt-${version}
checksums               md5    5e8b48868dd2ad283089fd82ed41c408 \
                        sha1   2a5ee8b44968b38ad4ee15112212ffc0ed2d8a5a \
                        rmd160 e6e5f5a5d439d7c6eb165f5899903c167fd21551

depends_lib             port:py25-distribute
