7e781e40d4
- Convert to autoplist - Bump PORTREVISION
20 lines
473 B
Makefile
20 lines
473 B
Makefile
# Created by: Klaus T. Aehlig <aehlig@linta.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsgitools
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://subdivi.de/~helmut/darcs/${PORTNAME}/dist/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= aehlig@linta.de
|
|
COMMENT= Useful middlewares and filters for wsgi as well as scgi servers
|
|
|
|
LICENSE= GPLv2 # or higher
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|