mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
21 lines
371 B
Makefile
21 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>
|