mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
24 lines
385 B
Makefile
24 lines
385 B
Makefile
COMMENT= library to retrieve system information and utilisation
|
|
|
|
MODPY_DISTV= 7.0.0
|
|
|
|
DISTNAME= psutil-${MODPY_DISTV}
|
|
PKGNAME= py-psutil-${MODPY_DISTV}
|
|
CATEGORIES= sysutils
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://github.com/giampaolo/psutil
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += kvm
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
MODPY_TEST_LINK_SO= Yes
|
|
|
|
.include <bsd.port.mk>
|