PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 1ms

/databases/powa-web/Makefile

https://github.com/freebsd/freebsd-ports
Makefile | 25 lines | 17 code | 7 blank | 1 comment | 1 complexity | d592343329398426f4827685a2f8c72b MD5 | raw file
  1. # Created by: Palle Girgensohn <girgen@FreeBSD.org>
  2. PORTNAME= powa-web
  3. PORTVERSION= 4.1.3
  4. CATEGORIES= databases python
  5. MASTER_SITES= CHEESESHOP
  6. PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
  7. MAINTAINER= girgen@FreeBSD.org
  8. COMMENT= PostgreSQL Workload Analyzer is a performance tool for PostgreSQL
  9. LICENSE= PostgreSQL
  10. RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} \
  11. ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0:databases/py-sqlalchemy10@${PY_FLAVOR} \
  12. ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:www/py-tornado@${PY_FLAVOR}
  13. USES= python:3.6+
  14. USE_PYTHON= distutils autoplist
  15. NO_ARCH= yes
  16. post-patch:
  17. ${REINPLACE_CMD} 's,/etc/powa-web.conf,${PREFIX}/etc/powa-web.conf,' ${WRKSRC}/powa/options.py
  18. .include <bsd.port.mk>