diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-07-08 02:04:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-07-08 02:04:06 +0000 |
commit | 4504c11b804362f33c5a974796fcb38255aa4843 (patch) | |
tree | 3947c4bf3570be8b02717d0042dd0160912103a0 /devel | |
parent | ec0fab9de41106f1bbbd011ce99848ae1fd962e2 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ctypes/Makefile | 2 | ||||
-rw-r--r-- | devel/py-nose/Makefile | 2 | ||||
-rw-r--r-- | devel/py-plex/Makefile | 2 | ||||
-rw-r--r-- | devel/py-repl/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ctypes/Makefile b/devel/py-ctypes/Makefile index 825b86633247..2da0c03b442b 100644 --- a/devel/py-ctypes/Makefile +++ b/devel/py-ctypes/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python module allowing to create and manipulate C data types USE_PYTHON= yes diff --git a/devel/py-nose/Makefile b/devel/py-nose/Makefile index 1a3cb8a303d0..dea889c0aa65 100644 --- a/devel/py-nose/Makefile +++ b/devel/py-nose/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://somethingaboutorange.com/mrl/projects/nose/ \ MASTER_SITE_SUBDIR= dryice PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A discovery-based unittest extension USE_PYTHON= 2.4+ diff --git a/devel/py-plex/Makefile b/devel/py-plex/Makefile index 8d766d69047e..81c79ce8b456 100644 --- a/devel/py-plex/Makefile +++ b/devel/py-plex/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Plex/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Plex-${PORTVERSION} -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lexical Analysis Module for Python USE_PYTHON= yes diff --git a/devel/py-repl/Makefile b/devel/py-repl/Makefile index d17ccfa25e94..a4d7463c3942 100644 --- a/devel/py-repl/Makefile +++ b/devel/py-repl/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyrepl-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= gcooper@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for readline and interactive environment for Python USE_PYTHON= yes |