aboutsummaryrefslogblamecommitdiff
path: root/www/py-waitress/Makefile
blob: 1bd63697e4805cdad90ff5ccdb2c69ebede0c766 (plain) (tree)
1
2
3
4
5
6
7
8
9
                               
           

                        
                     



                                       
                                   


                                  
                                     
 
                      

                                              
                   
 
                      
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	waitress
PORTVERSION=	1.3.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python WSGI server

LICENSE=	ZPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>