1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/py-soappy/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>