d3dd048688
This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.
15 lines
452 B
Makefile
15 lines
452 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 17:13:00 epg Exp $
|
|
|
|
DISTNAME= PasteDeploy-1.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pypi.python.org/packages/source/P/PasteDeploy/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pythonpaste.org/
|
|
COMMENT= Load, configure, and compose WSGI applications and servers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|