opnsense-ports/sysutils/py-psutil121/Makefile
2022-09-07 22:33:21 +02:00

22 lines
452 B
Makefile

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
WWW= https://pypi.org/project/psutil/
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil
PORTSCOUT= limit:^1\.2\.
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>