opnsense-ports/sysutils/py-psutil121/Makefile
Franco Fichtner 784dc5caa6 */*: sync with upstream
Taken from: HardenedBSD
2017-12-28 09:35:40 +01:00

29 lines
958 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= psutil
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 121
MAINTAINER= swills@FreeBSD.org
COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE
BROKEN_aarch64= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
BROKEN_armv6= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
BROKEN_armv7= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
BROKEN_mips= fails to compile: psutil/_psutil_bsd.c:957:23: error: no member named 'kf_sa_local' in 'struct kinfo_file'
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil
PORTSCOUT= limit:^1\.2\.
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>