1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/uwsgitop/Makefile
Dmitry Sivachenko 6a753a0777 Fix for python-3.X.
Obtained from:	upstream
2014-01-23 12:32:36 +00:00

23 lines
432 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= uwsgitop
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR=source/u/${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= uWSGI top-like app
USE_PYTHON= yes
USE_PYDISTUTILS=yes
NO_STAGE= yes
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.include <bsd.port.mk>