1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/py-suds/Makefile
Sunpoet Po-Chuan Hsieh bed8e74951 - Add LICENSE
- Fix build: use USES=python:2
- Use single space after WWW:

Approved by:	portmgr (blanket)
With hat:	python
2014-09-04 18:25:30 +00:00

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>