89e07f4a18
Approved by: portmgr (implicit)
18 lines
444 B
Makefile
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>
|