f8dd90e6de
A SOAP implementation for python. WWW: https://fedorahosted.org/suds/ PR: ports/153662 Submitted by: Corey Smith <corsmith_AT_gmail_DOT_com>
20 lines
371 B
Makefile
20 lines
371 B
Makefile
# New ports collection makefile for: py-suds
|
|
# Date created: 3 Jan 2011
|
|
# Whom: Corey Smith
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= suds
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= corsmith@gmail.com
|
|
COMMENT= A SOAP implementation
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|