1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/sysutils/py-psutil/Makefile
Olli Hauer d1c49198a9 - update to version 0.2.0
- 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
2011-01-30 18:30:09 +00:00

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>