aboutsummaryrefslogblamecommitdiff
path: root/devel/py-python-dtrace/Makefile
blob: b45e54e1157fb272b687b1b74ce02bef9cbb0904 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                             

                                                                                                              
                          
                                                     

                      
# $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

BROKEN_powerpc64=	fails to compile: dtrace_cython/consumer.c:476:20: dtrace.h: No such file or directory

USES=		python zip
USE_PYTHON=	autoplist distutils cython cython_run

.include <bsd.port.mk>