WWW: http://www.flaskapi.org/ https://github.com/tomchristie/flask-api PR: 217950 Submitted by: daniel@blodan.se (maintainer) Approved by: swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10252
23 lines
434 B
Makefile
23 lines
434 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= flask-api
|
|
PORTVERSION= 0.6.9
|
|
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>0.10.1:www/py-flask
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tomchristie
|
|
|
|
.include <bsd.port.mk>
|