1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/py-routes/Makefile
Wen Heping 68a6a51b68 - Update to 2.5.1
- Update WWW
2020-10-20 08:46:52 +00:00

23 lines
567 B
Makefile

# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= routes
PORTVERSION= 2.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP/source/R/Routes
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Routes-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Routing package for Python that matches URLs to dicts and vice versa
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>