mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
22 lines
434 B
Makefile
22 lines
434 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= ports@FreeBSD.org
|
|
COMMENT= WSGI request delegation (a.k.a. routing)
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0.2.1:devel/py-resolver
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|