87b42ae1d4
Version 0.3.4 ------------- Released July 20, 2015 - Fixed issue where `abort()` and `raise Exception` were not equivalent - Fixed `RequestParser` settings not being copied properly - Add ability to configure json serializer settings from application config - Project metadata, tests, and examples are now included in source distributions - Various documentation improvements
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Flask-RESTful
|
|
PORTVERSION= 0.3.4
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Simple framework for creating REST APIs with Flask
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>0:${PORTSDIR}/devel/py-aniso8601 \
|
|
${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|