mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
29b9c3878f
- Set an EXPIRATION_DATE PR: ports/88622 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (43 days)
43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
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
|
|
|
|
BUILD_DEPENDS= 4xslt:${PORTSDIR}/textproc/py-4suite
|
|
RUN_DEPENDS= ${PYXML} \
|
|
4xslt:${PORTSDIR}/textproc/py-4suite
|
|
|
|
BROKEN= "Unfetchable"
|
|
DEPRECATED= ${BROKEN}
|
|
EXPIRATION_DATE= 2006-01-07
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYSETUP= ${FILESDIR}/setup.py
|
|
MAKE_ENV+= PORTNAME="${PORTNAME}" PORTVERSION="${PORTVERSION}" COMMENT="${COMMENT}"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
|
|
BROKEN= "Coredump during build on alpha 4.x"
|
|
.endif
|
|
|
|
pre-build test:
|
|
# Running the vendor's tests:
|
|
cd ${WRKSRC}/test && ${SETENV} PYTHONPATH=.. ${PYTHON_CMD} test.py
|
|
|
|
.include <bsd.port.post.mk>
|