mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ec373bbc2f
Notified by: koobs, wg
22 lines
429 B
Makefile
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>
|