add71e9ffc
- Stage support - Bump PORTREVISION
27 lines
570 B
Makefile
27 lines
570 B
Makefile
# Created by: Trevor Caira <trevor@bitba.se>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= selector
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's/license="MIT",/license="MIT", zip_safe=False,/' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|