26 lines
628 B
Makefile
26 lines
628 B
Makefile
# 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>
|