4376dbbb58
FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
19 lines
377 B
Makefile
19 lines
377 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@${PY_FLAVOR}
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils pythonprefix
|
|
|
|
.include <bsd.port.mk>
|