mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
25 lines
490 B
Makefile
25 lines
490 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/pcs
|
||
|
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= yes
|
||
|
USE_PYTHON_PREFIX= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|