blob: 68caf43dbbdb94ff861e0a6142a263b8d8b41bd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Dryice Liu <dryice@dryice.name>
# $FreeBSD$
PORTNAME= routes
PORTVERSION= 1.13
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
NO_STAGE= yes
.include <bsd.port.mk>
|