# New ports collection makefile for:	py-routes
# Date created:		April 24 2007
# Whom:			Dryice Liu <dryice@dryice.name>
#
# $FreeBSD: ports/www/py-routes/Makefile,v 1.13 2010/06/11 07:33:20 wen Exp $
#

PORTNAME=	routes
PORTVERSION=	1.12.3
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP/source/R/Routes
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	Routes-${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A Routing package for Python that matches URLs to dicts and vice versa

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install
PYDISTUTILS_PKGNAME=	Routes

.include <bsd.port.mk>
