mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
22 lines
341 B
Makefile
22 lines
341 B
Makefile
COMMENT = get CPU info with pure Python
|
|
|
|
MODPY_DISTV = 9.0.0
|
|
|
|
DISTNAME = py-cpuinfo-${MODPY_DISTV}
|
|
REVISION = 2
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/workhorsy/py-cpuinfo
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
# dmesg parsing doesn't work yet
|
|
|
|
.include <bsd.port.mk>
|