aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-06-27 08:15:24 +0800
committerwen <wen@FreeBSD.org>2016-06-27 08:15:24 +0800
commit0fb32a634eed3475d386f1124f4d46e891073da6 (patch)
treeff1245c43c7e9145417cbc6ed82ada469123adb7
parent904481784ebea4e4119af389a1feaf14aff58399 (diff)
downloadfreebsd-ports-gnome-0fb32a634eed3475d386f1124f4d46e891073da6.tar.gz
freebsd-ports-gnome-0fb32a634eed3475d386f1124f4d46e891073da6.tar.zst
freebsd-ports-gnome-0fb32a634eed3475d386f1124f4d46e891073da6.zip
- Add missing dependencies
PR: 210602 Submitted by: freebsd@skinc.ru
-rw-r--r--www/py-routes/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/py-routes/Makefile b/www/py-routes/Makefile
index 3778ab64a09f..964470f0a00b 100644
--- a/www/py-routes/Makefile
+++ b/www/py-routes/Makefile
@@ -3,6 +3,7 @@
PORTNAME= routes
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP/source/R/Routes
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +14,9 @@ COMMENT= Routing package for Python that matches URLs to dicts and vice versa
LICENSE= MIT
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru
+
USES= python
USE_PYTHON= autoplist distutils