blob: 60dd14651f12fea3d214d1cd235ff9a25bcd96e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Alexander Leidinger
# $FreeBSD$
PORTNAME= soappy
PORTVERSION= 0.11.6
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SOAPpy-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= SOAP implementation
LICENSE= BSD3CLAUSE
PORTSCOUT= skipv:0.12.0 # This is a release candidate and is ports tree py*-soappy-devel
USES= python
USE_PYTHON= distutils autoplist
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= py*-soappy-devel-0.12.*
.include <bsd.port.mk>
|