1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/py-soappy/Makefile
Martin Wilke 4925e50c3e - Set Portscout flags
- Pass maintainership to submitter

PR:		166196 165943 165915
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
2012-03-18 05:04:36 +00:00

30 lines
718 B
Makefile

# New ports collection makefile for: py-soappy
# Date created: 2 Aug 2004
# Whom: Alexander Leidinger
#
# $FreeBSD$
#
PORTNAME= soappy
PORTVERSION= 0.11.6
CATEGORIES= net python
MASTER_SITES= SF/pywebsvcs/SOAP.py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SOAPpy-${PORTVERSION}
MAINTAINER= 5u623l20@gmail.com
COMMENT= A SOAP implementation
PORTSCOUT= skipv:0.12.0 # This is a release candidate and is ports tree py*-soappy-devel
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= SOAPpy
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
RUN_DEPENDS+= ${PYXML} \
${BUILD_DEPENDS}
CONFLICTS= py*-soappy-devel-0.12.*
.include <bsd.port.mk>