openbsd-ports/devel/py-suds/Makefile
ajacoutot 415a9bb766 Import py-suds-0.4.
py-suds is a python soap web services client library. Suds leverages
python meta programming to provide an intuative API for consuming web
services. Objectification of types defined in the WSDL is provided
without class generation.  Programmers rarely need to read the WSDL
since services and WSDL based objects can be easily inspected.
It supports pluggable soap bindings.

from Christian Rueger (maintainer)
ok jasper@
2011-06-13 12:49:19 +00:00

28 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/06/13 12:49:19 ajacoutot Exp $
COMMENT = lightweight python SOAP client
MODPY_EGG_VERSION = 0.4
DISTNAME = suds-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://fedorahosted.org/suds/
MAINTAINER = Christian Rueger <cr+openbsd@rueger-net.de>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=s/suds/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>