View | Details | Raw Unified | Return to bug 189634
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	psutil
4
PORTNAME=	psutil
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.1
6
PORTREVISION=	1
6
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 Link Here
13
14
14
LICENSE=	BSD3CLAUSE
15
LICENSE=	BSD3CLAUSE
15
16
17
PORTSCOUT=	limit:^1\.2\.
18
16
PYDISTUTILS_AUTOPLIST=	yes
19
PYDISTUTILS_AUTOPLIST=	yes
17
USE_PYDISTUTILS=yes
20
USE_PYDISTUTILS=yes
18
USE_PYTHON=	yes
21
USE_PYTHON=	yes
(-)pkg-descr (-1 lines)
Lines 3-7 Link Here
3
way by using Python, implementing many functionalities offered by tools
3
way by using Python, implementing many functionalities offered by tools
4
like ps, top and Windows task manager. 
4
like ps, top and Windows task manager. 
5
5
6
WWW: http://code.google.com/p/psutil/
7
WWW: http://pypi.python.org/pypi/psutil/
6
WWW: http://pypi.python.org/pypi/psutil/

Return to bug 189634