Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
447 B
Makefile

# Created by: Yevgen Drachenko <geka@sippysoft.com>
# $FreeBSD$
PORTNAME= wsgi_xmlrpc
PORTVERSION= 0.2.8
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/_/-/}-${PORTVERSION}
MAINTAINER= geka@sippysoft.com
COMMENT= WSGI application for a simple XMLRPC method dispatching
LICENSE= APACHE20
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>