mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
27272c3f9a
- update to 0.10.1 - convert to USES=python - remove unneeded patch This version also works with python3. PR: 194339 Submitted by: rm (myself) Approved by: maintainer timeout (two weeks)
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# Created by: Trevor Caira <trevor@bitba.se>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= selector
|
|
PORTVERSION= 0.10.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= trevor@bitba.se
|
|
COMMENT= WSGI request delegation (a.k.a. routing)
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0.2.1:${PORTSDIR}/devel/py-resolver
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|