opnsense-ports/net/py-simplesoap/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

23 lines
442 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= simplesoap
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= net www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python Simple SOAP Library
LICENSE= LGPL3
NO_ARCH= yes
USE_PYTHON= autoplist concurrent distutils
USES= python
GH_ACCOUNT= py${PORTNAME}
GH_PROJECT= py${PORTNAME}
USE_GITHUB= yes
.include <bsd.port.mk>