mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
21 lines
487 B
Makefile
21 lines
487 B
Makefile
PORTNAME= Flask-Principal
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= www python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kevans@FreeBSD.org
|
|
COMMENT= Identity management for flask
|
|
WWW= https://packages.python.org/Flask-Principal/
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|