aboutsummaryrefslogtreecommitdiff
path: root/www/py-flup/Makefile
blob: fcb54837ca441915863f82b49a04f4490e5b3fbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$

PORTNAME=	flup
PORTVERSION=	1.0.2
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	http://www.saddi.com/software/flup/dist/ \
		CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Random assortment of WSGI servers, middleware

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>