freebsd-ports/devel/py-wsgiutils/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

18 lines
444 B
Makefile

# Created by: Jordi Haarman
# $FreeBSD$
PORTNAME= wsgiutils
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= devel textproc www python
MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WSGIUtils-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility libraries for development of simple WSGI programs
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>