1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/py-simplesoap/Makefile
2014-08-15 03:43:54 +00:00

22 lines
429 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= simplesoap
PORTVERSION= 1.10
CATEGORIES= net www python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PySimpleSOAP-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Simple SOAP Library
LICENSE= LGPL3
USE_PYTHON= autoplist distutils
USES= python zip
PROJECTHOST= py${PORTNAME}
.include <bsd.port.mk>