2f71940292
Approved by: portmgr (implicit)
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# Created by: 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils pythonprefix
|
|
|
|
.include <bsd.port.mk>
|