diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-22 06:59:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-22 06:59:15 +0000 |
commit | ae12642ac8cd5cc8d698a461f2fb27bbe45ab270 (patch) | |
tree | 4e9a0a14e19ce6724ea5a7661e0988294ee9c70d /sysutils/py-psutil | |
parent | 8a4b511e447365a50f15a0b42f8f653b4c8253ef (diff) |
Notes
Diffstat (limited to 'sysutils/py-psutil')
-rw-r--r-- | sysutils/py-psutil/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 586dd4364daf..7f8ec7ca23ea 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= psutil -PORTVERSION= 0.3.0 -CATEGORIES= sysutils python -MASTER_SITES= GOOGLE_CODE -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTNAME= psutil +PORTVERSION= 0.3.0 +CATEGORIES= sysutils python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= A process utilities module for Python +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= A process utilities module for Python -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ${PORTNAME} |