freebsd-ports/devel/py-wsgi_xmlrpc/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

19 lines
421 B
Makefile

PORTNAME= wsgi_xmlrpc
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/_/-/}-${PORTVERSION}
MAINTAINER= geka@sippysoft.com
COMMENT= WSGI application for a simple XMLRPC method dispatching
WWW= https://code.google.com/p/wsgi-xmlrpc/
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>