1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00
freebsd-ports/sysutils/py-psutil121/Makefile
2021-04-06 16:31:07 +02:00

24 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>