mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
d1c49198a9
- remove unused patch files (included now in upstream) - sort pkg-plist maintainer timeout PR: ports/154119 Submitted by: Stephen Sanders <ssanders _at_ opnet.com> Feature safe: yes
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# New ports collection makefile for: py-psutil
|
|
# Date created: 04 May 2010
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psutil
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= A process utilities module for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGNAME= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|