aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-suds/Makefile
blob: 253c3628470ac81a7007bb5926bdf1f8de3c9204 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>