diff options
Diffstat (limited to 'databases/py-fastapi-users-db-ormar/Makefile')
-rw-r--r-- | databases/py-fastapi-users-db-ormar/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/py-fastapi-users-db-ormar/Makefile b/databases/py-fastapi-users-db-ormar/Makefile new file mode 100644 index 000000000000..c8d3411a95f9 --- /dev/null +++ b/databases/py-fastapi-users-db-ormar/Makefile @@ -0,0 +1,21 @@ +PORTNAME= fastapi-users-db-ormar +DISTVERSION= 1.0.0 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= FastAPI-Users Ormar database adapter + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fastapi-users>=6.1.2:www/py-fastapi-users@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ormar>=0.10.16:databases/py-ormar@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> |