1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/uwsgitop/Makefile
2015-12-30 11:04:43 +00:00

22 lines
421 B
Makefile

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