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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-dpkt |
---|
8 | version 1.7 |
---|
9 | categories-append net |
---|
10 | maintainers node99.org:sean |
---|
11 | description python packet creation and parsing library |
---|
12 | long_description dpkt provides fast, simple packet creation and \ |
---|
13 | parsing for python programs, with definitions for the \ |
---|
14 | basic TCP/IP protocols. |
---|
15 | platforms darwin |
---|
16 | if {[info exists supported_archs]} { |
---|
17 | supported_archs noarch |
---|
18 | } else { |
---|
19 | universal_variant no |
---|
20 | } |
---|
21 | |
---|
22 | homepage http://code.google.com/p/dpkt/ |
---|
23 | master_sites googlecode:dpkt |
---|
24 | distname dpkt-${version} |
---|
25 | checksums md5 0baa25fd5d87066cf6189a66cf452ac0 \ |
---|
26 | sha1 df19d6eb9fb296cc6835c081a490eec4787ac824 |
---|
27 | |
---|
28 | depends_lib port:py26-distribute |
---|