mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5148ea2a0b
- Pass maintainership to submitter PR: ports/74508 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
27 lines
587 B
Makefile
27 lines
587 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= marcus@corp.grupos.com.br
|
|
COMMENT= A SOAP implementation
|
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst
|
|
RUN_DEPENDS= ${PYXML} \
|
|
${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|