aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-psutil/Makefile
blob: 51ca44d16f293c2cbbc8617edd934fc8fe5f5ef2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$

PORTNAME=   psutil
PORTVERSION=    2.0.0
CATEGORIES= sysutils python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Process utilities module for Python

LICENSE=    BSD3CLAUSE

PYDISTUTILS_AUTOPLIST=  yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes

.include <bsd.port.mk>