freebsd-ports/net/pdb/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>