aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-py-cpuinfo/Makefile
blob: 628fe54b95aed6028efc8ba6716ca9e1cf23540d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	py-cpuinfo
DISTVERSION=	8.0.0
PORTREVISION=	1
CATEGORIES=	sysutils python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Module for getting CPU info with pure Python
WWW=		https://github.com/workhorsy/py-cpuinfo

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	distutils concurrent autoplist

NO_ARCH=	yes

OPTIONS_DEFINE=	LSCPU
OPTIONS_DEFAULT=	LSCPU
LSCPU_DESC=	Use sysutils/lscpu as a data source
LSCPU_RUN_DEPENDS=	lscpu:sysutils/lscpu

.include <bsd.port.mk>