Files
ports/sysutils/py-psutil/Makefile
Sunpoet Po-Chuan Hsieh 88cb8f1f75 - Use USES=python
2014-08-15 03:02:35 +00:00

22 lines
487 B
Makefile

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