freebsd-ports/net/py-suds/Makefile
TAKATSU Tomonari f8dd90e6de - Add a new port: net/py-suds
A SOAP implementation for python.

  WWW:	https://fedorahosted.org/suds/

PR:		ports/153662
Submitted by:	Corey Smith <corsmith_AT_gmail_DOT_com>
2011-01-06 14:49:19 +00:00

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>