mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
e6718d58d1
* Pet portclippy while I'm here. Changelog: https://github.com/flask-api/flask-api/blob/v2.0/docs/about/release-notes.md PR: 246908 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flask-api
|
|
PORTVERSION= 2.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= www python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT= Browsable Web APIs for Flask
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=1.1:www/py-flask@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|