freebsd-ports/net/py-zsi/Makefile

38 lines
874 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-zsi
# Date created: 17 September 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zsi
PORTVERSION= 1.7
PORTEPOCH= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pywebsvcs
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
2006-04-07 20:14:25 +02:00
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+
2002-04-29 20:37:38 +02:00
USE_PYDISTUTILS= yes
post-install:
.if !defined(NOPORTDOCS)
2006-04-07 20:14:25 +02:00
@${MKDIR} ${DOCSDIR}
.for docfile in CHANGES README doc/zsi.* doc/*.tex
2006-04-07 20:14:25 +02:00
@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.for subdir in interop samples test
2006-04-07 20:14:25 +02:00
@${MKDIR} ${EXAMPLESDIR}/${subdir}
@${CP} -rp ${WRKSRC}/${subdir}/* ${EXAMPLESDIR}/${subdir}
.endfor
.endif
.include <bsd.port.mk>