forked from Lainports/freebsd-ports
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# Ports collection makefile for: py-wsgitools
|
|
# Date created: 2011/01/13
|
|
# Whom: Klaus T. Aehlig <aehlig@linta.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wsgitools
|
|
PORTVERSION= 0.2.3
|
|
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= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|