891316d2d8
- Convert Makefile headers to new style - Update maintainer address Approved by: rene, miwi (mentors, implicit)
24 lines
454 B
Makefile
24 lines
454 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= waitress
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= Python WSGI server
|
|
|
|
LICENSE= ZPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
# Avoid to install patch files backup
|
|
post-patch:
|
|
@cd ${WRKSRC} && \
|
|
${FIND} . -type f -name '*.orig' -exec ${RM} -f \{\} \;
|
|
|
|
.include <bsd.port.mk>
|