Ticket #28132: Portfile

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