diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-09-07 03:51:23 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-09-07 03:51:23 +0000 |
commit | c17d8df73af1784e7395c1124a51f4abcfeea2ea (patch) | |
tree | 75688e4fe1a53e1835add93d6424e8418747da55 /net/py-zsi/Makefile | |
parent | 8e07e2d8f944db18f9d87bae5151e9e38cb3f50c (diff) | |
download | ports-c17d8df73af1784e7395c1124a51f4abcfeea2ea.tar.gz ports-c17d8df73af1784e7395c1124a51f4abcfeea2ea.zip |
Notes
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} |