freebsd-ports/devel/py-python-dtrace/Makefile
Steve Wills 53729fa2c4 devel/py-python-dtrace: create port
DTrace consumer for Python based on libdtrace.

Currently this package provides two modules: one wraps libdtrace using ctypes.
The other one uses cython.

WWW: http://tmetsch.github.com/python-dtrace/

PR:		217419
Submitted by:	Graeme Jenkinson <gcj21@cl.cam.ac.uk> (with changes)
2017-02-28 19:50:04 +00:00

20 lines
388 B
Makefile

# $FreeBSD$
PORTNAME= python-dtrace
PORTVERSION= 0.0.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gcj21@cl.cam.ac.uk
COMMENT= DTrace consumer for Python based on libdtrace
LICENSE= MIT
BUILD_DEPENDS= cython:lang/cython
RUN_DEPENDS= cython:lang/cython
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>