62b9e46ba3
Kicked by: cperciva
24 lines
493 B
Makefile
24 lines
493 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/py-pcs
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|