freebsd-ports/net/py-soappy/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

29 lines
647 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pywebsvcs
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= SOAPpy-${PORTVERSION}
MAINTAINER= mnag@FreeBSD.org
COMMENT= A SOAP implementation
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>