mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
19 lines
449 B
Makefile
19 lines
449 B
Makefile
# Created by: Klaus T. Aehlig <aehlig@linta.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsgitools
|
|
PORTVERSION= 0.2.4
|
|
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.5-2.7
|
|
USE_PYDISTUTILS=yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|