4d480e3b9e
- Pet portlint PR: ports/189634 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= psutil
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 121
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Process utilities module for Python
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PORTSCOUT= limit:^1\.2\.
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_PYTHON= yes
|
|
|
|
.include <bsd.port.mk>
|