09185c3273
- Remove easy_install dependency
22 lines
391 B
Makefile
22 lines
391 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= waitress
|
|
PORTVERSION= 0.8.9
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= Python WSGI server
|
|
|
|
LICENSE= ZPL21
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
pre-patch:
|
|
@${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|