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 python26 1.0 |
---|
5 | |
---|
6 | name py26-pypcap |
---|
7 | version 1.1 |
---|
8 | categories-append net |
---|
9 | maintainers macports.org:nomaintainer |
---|
10 | description simplified object-oriented Python extension module for libpcap |
---|
11 | long_description simplified object-oriented Python extension module for libpcap |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | homepage http://code.google.com/p/pypcap/ |
---|
15 | master_sites googlecode:pypcap |
---|
16 | distname pypcap-${version} |
---|
17 | |
---|
18 | checksums md5 034c3cbbfa81aa19e8f685b767c65764 \ |
---|
19 | sha1 966f62deca16d5086e2ef6694b0c795f273da15c \ |
---|
20 | rmd160 119dcc393d42678e6fa8f0b0f8b82536ab1efb13 |
---|
21 | |
---|
22 | configure.cmd python2.6 setup.py |
---|
23 | configure.args config |
---|
24 | configure.pre_args |
---|
25 | configure.post_args --with-pcap="${prefix}" |
---|
26 | use_configure yes |
---|
27 | |
---|
28 | patchfiles patch-setup.py.diff patch-pcap.c.diff |
---|
29 | |
---|
30 | depends_lib port:py26-distribute |
---|
31 | depends_lib-append port:libpcap |
---|