mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
bed8e74951
- Fix build: use USES=python:2 - Use single space after WWW: Approved by: portmgr (blanket) With hat: python
20 lines
324 B
Makefile
20 lines
324 B
Makefile
# Created by: Corey Smith
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suds
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= corsmith@gmail.com
|
|
COMMENT= SOAP implementation
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= python:2
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|