ports/sysutils/py-cpuinfo/Makefile

24 lines
376 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = get CPU info with pure Python
MODPY_EGG_VERSION = 9.0.0
DISTNAME = py-cpuinfo-${MODPY_EGG_VERSION}
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
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>