Ticket #26070: Portfile

File Portfile, 1.1 KB (added by greif@…, 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# $Id: Portfile 68213 2010-05-29 01:44:41Z jmr@macports.org $
3
4PortSystem 1.0
5PortGroup python26 1.0
6
7name                    py26-dpkt
8version                 1.7
9categories-append       net
10maintainers             node99.org:sean
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
16if {[info exists supported_archs]} {
17    supported_archs noarch
18} else {
19    universal_variant no
20}
21
22homepage                http://code.google.com/p/dpkt/
23master_sites            googlecode:dpkt
24distname                dpkt-${version}
25checksums               md5    0baa25fd5d87066cf6189a66cf452ac0 \
26                        sha1   df19d6eb9fb296cc6835c081a490eec4787ac824
27
28depends_lib             port:py26-distribute