Files
pkgsrc-ng/www/py-gunicorn/Makefile
2016-11-18 22:39:22 +01:00

32 lines
820 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/06/08 17:43:48 wiz Exp $
DISTNAME= gunicorn-19.3.0
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gunicorn/}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://gunicorn.org/
COMMENT= Python WSGI HTTP server
LICENSE= mit
USE_TOOLS+= pax
DOCDIR= ${PREFIX}/share/doc/py-gunicorn
EXAMPLESDIR= ${PREFIX}/share/examples/py-gunicorn
AUTO_MKDIRS= yes
# https://github.com/benoitc/gunicorn/issues/1108
# according to upstream it is fine that one file does not
# compile with python-2.x because it won't be used there
post-install:
cd ${WRKSRC}/docs/source && pax -wr -pma *.rst \
${DESTDIR}${DOCDIR}
cd ${WRKSRC}/examples && pax -wr -pma * \
${DESTDIR}${EXAMPLESDIR}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"