aboutsummaryrefslogtreecommitdiff
path: root/www/py-flask-restful/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-12-13 13:44:31 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-12-13 13:44:31 +0000
commitc7688d07b776cb08165b61757a14aab9a115c330 (patch)
tree44edfd2b1a943db33204d2fc78e3604d44bfaf11 /www/py-flask-restful/Makefile
parent5c9f3e5de6091ab97c3bd34fb857300929c3f4dc (diff)
downloadports-c7688d07b776cb08165b61757a14aab9a115c330.tar.gz
ports-c7688d07b776cb08165b61757a14aab9a115c330.zip
Notes
Diffstat (limited to 'www/py-flask-restful/Makefile')
-rw-r--r--www/py-flask-restful/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-flask-restful/Makefile b/www/py-flask-restful/Makefile
index a89979cd2545..8113280aaa97 100644
--- a/www/py-flask-restful/Makefile
+++ b/www/py-flask-restful/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Flask-RESTful
-PORTVERSION= 0.3.4
+PORTVERSION= 0.3.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ MAINTAINER= rm@FreeBSD.org
COMMENT= Simple framework for creating REST APIs with Flask
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>0:${PORTSDIR}/devel/py-aniso8601 \
${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask \