mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
25 lines
583 B
Makefile
25 lines
583 B
Makefile
# Created by: Alexander Leidinger
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= soappy
|
|
PORTVERSION= 0.12.22
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= SOAPpy-${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= SOAP Services for Python
|
|
# Actual LICENSE is in GH Repo but not in pypi release
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml \
|
|
${PYTHON_PKGNAMEPREFIX}wstools>0:textproc/py-wstools
|
|
|
|
USES= python:2 zip
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
CONFLICTS= py*-soappy-devel-0.12.*
|
|
|
|
.include <bsd.port.mk>
|