freebsd-ports/sysutils/py-psutil/Makefile
Wen Heping b0eed78870 - Fix the build error reported by QAT@
PR:		ports/146451
Submitted by:	Ju Pengfei <jupengfei@gmail.com> (maintainer)
2010-05-10 08:10:52 +00:00

21 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.1.3
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>