mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# Ports collection Makefile for: pdb
|
|
# Date created: 26 January 2007
|
|
# Whom: gnn
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pdb
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/pktdbg/pktdbg/${PORTVERSION}%20Beta
|
|
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>
|