opnsense-ports/sysutils/py-psutil121/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

23 lines
461 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
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
LICENSE= BSD3CLAUSE
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil
PORTSCOUT= limit:^1\.2\.
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>