freebsd-ports/devel/py-wsdllib/Makefile
Mikhail Teterin d7d817c849 A library for creating, reading and manipulating Web Service Definition
Language (WSDL) files using Python. Requires PyXML and 4Suite.

(Fixes to unbreak the 4Suite port were recently sent to maintainer and
will be committed shortly.)
2003-07-28 19:45:46 +00:00

31 lines
838 B
Makefile

# New ports collection makefile for: py-wsdllib
# Date created: 28 July 2003
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= wsdllib
PORTVERSION= 0.6
CATEGORIES= devel python
MASTER_SITES= ftp://www-126.ibm.com/pub/wsdl4py/wsdl4py/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}
DIST_SUBDIR= wsdl4py-${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
COMMENT= A library for using and manipulating WSDL files using Python
RUN_DEPENDS= ${PYXML} \
4xslt:${PORTSDIR}/textproc/py-4suite
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYSETUP= ${FILESDIR}/setup.py
MAKE_ENV+= PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}" COMMENT="${COMMENT}"
pre-build test:
# Running the vendor's tests:
cd ${WRKSRC}/test && ${SETENV} PYTHONPATH=.. ${PYTHON_CMD} test.py
.include <bsd.port.mk>