blob: 9cb226d2366fb62eff060152c47380ea71c9e79b (
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
|
# 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>
|