pkgsrc-wip/py-wsgiref/Makefile
Kamel Ibn Aziz Derouiche b642f53939 Import py26-wsgiref-0.1.2 as wip/py-wsgiref.
The Web Server Gateway Interface (WSGI) is a standard interface
between web server software and web applications written in Python.
Having a standard interface makes it easy to use an application
that supports WSGI with a number of different web servers

wsgiref is a reference implementation of the WSGI specification that can
be used to add WSGI support to a web server or framework. It also contains
some useful utilities for writing applications or middleware that provide
or implement WSGI
2010-04-14 20:28:25 +00:00

23 lines
614 B
Makefile
Executable file

# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 20:28:25 jihbed Exp $
#
DISTNAME= wsgiref-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/w/wsgiref/
EXTRACT_SUFX= .zip#md5=29b146e6ebd0f9fb119fe321f7bcf6cb
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://pypi.python.org/pypi/wsgiref
COMMENT= This is a standalone release of the wsgiref library
LICENSE= zpl
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
do-test:
( cd ${WRKSRC} && ${PYTHONBIN} test_wsgiref.py )
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"