ports/devel/py-python-dtrace/Makefile
Mark Linimon 2d5433dbf2 Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 02:56:27 +00:00

19 lines
445 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
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>