1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/py-suds/Makefile

20 lines
324 B
Makefile
Raw Normal View History

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