diff options
author | mnag <mnag@FreeBSD.org> | 2008-09-07 11:51:23 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2008-09-07 11:51:23 +0800 |
commit | 2f6f5b39c8fac399696a8c61a0e11e79e437380b (patch) | |
tree | 9a06e5881aabe05487dcfa858dc24f980310af1f /net/py-zsi/Makefile | |
parent | ad87ff71f8421124211982defbd97e2e22ecd132 (diff) | |
download | freebsd-ports-gnome-2f6f5b39c8fac399696a8c61a0e11e79e437380b.tar.gz freebsd-ports-gnome-2f6f5b39c8fac399696a8c61a0e11e79e437380b.tar.zst freebsd-ports-gnome-2f6f5b39c8fac399696a8c61a0e11e79e437380b.zip |
- Update to version 2.0
PR: 109359
Submitted by: Thomas Spreng<spreng___socket.ch>
Diffstat (limited to 'net/py-zsi/Makefile')
-rw-r--r-- | net/py-zsi/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 06e2b27739a5..cdde955c12c8 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zsi -PORTVERSION= 1.7 +PORTVERSION= 2.0 PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,9 +17,12 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= mnag@FreeBSD.org COMMENT= A pure Python module that provides an implementation of SOAP 1.1 +BUILD_DEPENDS= ${PYXML} +RUN_DEPENDS= ${PYXML} + CONFLICTS= py-zsi-devel-2.* -USE_PYTHON= 2.0+ +USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= ZSI @@ -29,6 +32,8 @@ post-install: .for docfile in CHANGES README doc/zsi.* doc/*.tex @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor +.endif +.if !defined(NOPORTEXAMPLES) .for subdir in interop samples test @${MKDIR} ${EXAMPLESDIR}/${subdir} @${CP} -rp ${WRKSRC}/${subdir}/* ${EXAMPLESDIR}/${subdir} |