mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3536b6a7fe
with packet streams as if they were working with a source code debugger. Users can list, inspect, modify, and retransmit any packet from captured files as well as work with live packet capture. WWW: pktdbg.sf.net PR: ports/109002 Submitted by: gnn@
25 lines
490 B
Makefile
25 lines
490 B
Makefile
# Ports collection Makefile for: pdb
|
|
# Date created: 26 January 2007
|
|
# Whom: gnn
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdb
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= pktdbg pdb
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
COMMENT= Packet Debugger
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pcs/__init__.py:${PORTSDIR}/net/pcs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|