1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/pdb/Makefile
Marcus von Appen 2f71940292 - Convert ports of net/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:21:26 +00:00

19 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>