freebsd-ports/sysutils/py-psutil/Makefile
Sunpoet Po-Chuan Hsieh c3a379d27f - Update to 3.2.2
- Reformat pkg-descr

Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2015-10-04 17:59:45 +00:00

21 lines
508 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= psutil
PORTVERSION= 3.2.2
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE
USE_PYTHON= autoplist concurrent distutils
USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_posix.so
.include <bsd.port.mk>