mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d7d817c849
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.)
32 lines
838 B
Makefile
32 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>
|