mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
22 lines
497 B
Makefile
22 lines
497 B
Makefile
PORTNAME= psutil
|
|
PORTVERSION= 5.9.4
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Process utilities module for Python
|
|
WWW= https://github.com/giampaolo/psutil
|
|
|
|
USES= cpe python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
LDFLAGS+= -lutil
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil121
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|