mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
22 lines
382 B
Makefile
22 lines
382 B
Makefile
# Created by: Corey Smith
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suds
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= corsmith@gmail.com
|
|
COMMENT= SOAP implementation
|
|
|
|
LICENSE= LGPL3
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}suds-jurko-*
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|