freebsd-ports/www/py-flask-api/Makefile
Joseph Mingrone 825d414850 New port, www/py-flask-api: Browsable Web APIs for Flask
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
2017-04-03 14:14:04 +00:00

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>