aboutsummaryrefslogtreecommitdiff
path: root/net/py-zsi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-zsi/Makefile')
-rw-r--r--net/py-zsi/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile
index b38e7e697087..23fd4606b8b2 100644
--- a/net/py-zsi/Makefile
+++ b/net/py-zsi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zsi
-PORTVERSION= 1.5.0
+PORTVERSION= 1.7
PORTEPOCH= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -17,14 +17,9 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A pure Python module that provides an implementation of SOAP 1.1
-RUN_DEPENDS= ${PYXML}
-
-USE_PYTHON= yes
+USE_PYTHON= 2.0+
USE_PYDISTUTILS= yes
-pre-install:
- @ ${SH} ${PKGREQ} INSTALL
-
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@@ -33,7 +28,7 @@ post-install:
.endfor
.for subdir in interop samples test
@ ${MKDIR} ${EXAMPLESDIR}/${subdir}
- @ ${INSTALL_DATA} ${WRKSRC}/${subdir}/* ${EXAMPLESDIR}/${subdir}
+ @ ${CP} -rp ${WRKSRC}/${subdir}/* ${EXAMPLESDIR}/${subdir}
.endfor
.endif