pkgsrc-wip/py-wsgiref/Makefile
Aleksej Saushev 110a050a9b Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 13:57:25 +00:00

21 lines
573 B
Makefile
Executable file

# $NetBSD: Makefile,v 1.2 2012/10/07 13:57:32 asau 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
USE_LANGUAGES= # none
do-test:
( cd ${WRKSRC} && ${PYTHONBIN} test_wsgiref.py )
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"