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)
20 lines
388 B
Makefile
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>
|