View | Details | Raw Unified | Return to bug 210602
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	routes
4
PORTNAME=	routes
5
PORTVERSION=	2.3.1
5
PORTVERSION=	2.3.1
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP/source/R/Routes
8
MASTER_SITES=	CHEESESHOP/source/R/Routes
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-18 Link Here
13
14
14
LICENSE=	MIT
15
LICENSE=	MIT
15
16
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
18
		${PYTHON_PKGNAMEPREFIX}repoze.lru>=0.3:devel/py-repoze.lru
19
16
USES=		python
20
USES=		python
17
USE_PYTHON=	autoplist distutils
21
USE_PYTHON=	autoplist distutils
18
22

Return to bug 210602