diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 14:44:20 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-08 14:44:20 +0000 |
commit | 30b8892a0e940790225a63876cd441a8a3f7fe19 (patch) | |
tree | 57666dcf884d5bd333ae783c62ed54d0b38cd62e /net/py-zsi | |
parent | 73a11710b9df68024b553ad8d27acfaeaf33136d (diff) |
Notes
Diffstat (limited to 'net/py-zsi')
-rw-r--r-- | net/py-zsi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index ca1d34f475b7..2319a2e1c6af 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= A pure Python module that provides an implementation of SOAP 1.1 +CONFLICTS= py-zsi-devel-2.* + USE_PYTHON= 2.0+ USE_PYDISTUTILS= yes |