FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
22 lines
468 B
Makefile
22 lines
468 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= GPLv2 MIT
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}resolver>=0:devel/py-resolver@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|