freebsd-ports/devel/py-wsgitools/Makefile
Ruslan Makhmatkhanov b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00

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>