freebsd-ports/sysutils/py-psutil/Makefile
Chris Rees 751e04a74a Update to 0.3.0
PR:		ports/159881
Submitted by:	Stephen Sanders <ssanders@opnet.com>
2011-08-23 14:45:59 +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.3.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>