diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-01 23:53:08 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-01 23:53:08 +0800 |
commit | b0b4a59bcddc7c22886a37590d5ccb967e85fb4f (patch) | |
tree | dcc7923c09e05f911d28b21af9ad443c8456a03f /net/py-zsi | |
parent | f7653cb423fcf47cc35d8fba3fe04e2454d2cb41 (diff) | |
download | freebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.tar.gz freebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.tar.zst freebsd-ports-graphics-b0b4a59bcddc7c22886a37590d5ccb967e85fb4f.zip |
- Reassign to the heap
Diffstat (limited to 'net/py-zsi')
-rw-r--r-- | net/py-zsi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index f6f2f40de11..0b55909f66f 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/pywebsvcs/ZSI/ZSI-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:U}-${PORTVERSION} -MAINTAINER= mnag@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A pure Python module that provides an implementation of SOAP 1.1 BUILD_DEPENDS= ${PYXML} |