8d6597e0bb
With hat: portmgr Sponsored by: Absolight
18 lines
360 B
Makefile
18 lines
360 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:net/py-pcs
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils pythonprefix
|
|
|
|
.include <bsd.port.mk>
|