freebsd-ports/net/py-suds/Makefile

21 lines
371 B
Makefile
Raw Normal View History

# 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>