1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/uwsgitop/Makefile
2021-04-06 16:31:07 +02:00

22 lines
452 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
PORTNAME= uwsgitop
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= CHEESESHOP
MAINTAINER= demon@FreeBSD.org
COMMENT= uWSGI top-like app
USES= python:3.6+
USE_PYTHON= distutils concurrent optsuffix
PLIST_FILES= bin/uwsgitop %%DOCSDIR%%/README.rst
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>