1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/www/py-pastedeploy/Makefile
2021-04-06 16:31:07 +02:00

23 lines
502 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
PORTNAME= pastedeploy
PORTVERSION= 2.1.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PasteDeploy-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Load, configure, and compose WSGI applications and servers
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:www/py-paste@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>