ports/net/py-simplesoap/Makefile

22 lines
342 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = simple and lightweight SOAP library
MODPY_EGG_VERSION = 1.16.2
DISTNAME = PySimpleSOAP-${MODPY_EGG_VERSION}
PKGNAME = py-simplesoap-${MODPY_EGG_VERSION}
REVISION = 4
CATEGORIES = net
# LGPLv3+
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>