freebsd-ports/net/pdb/Makefile
Mathieu Arnold 4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00

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>