# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD: tags/RELEASE_11_0_0/www/py-routes/Makefile 417624 2016-06-27 00:15:24Z wen $

PORTNAME=	routes
PORTVERSION=	2.3.1
PORTREVISION=	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 \
		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru

USES=		python
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>
