diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-23 06:05:34 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-23 06:05:34 +0800 |
commit | 5179554511bb519be1b9dac98356a66b1085f603 (patch) | |
tree | b1ecdf7c747638030d184b9df52e02f67a78c835 /www/Makefile | |
parent | 790be44863f2dd3fd085393a006862082a05fc50 (diff) | |
download | freebsd-ports-gnome-5179554511bb519be1b9dac98356a66b1085f603.tar.gz freebsd-ports-gnome-5179554511bb519be1b9dac98356a66b1085f603.tar.zst freebsd-ports-gnome-5179554511bb519be1b9dac98356a66b1085f603.zip |
A pluggable command-line frontend, including commands to setup package
file layouts.
This is a pluggable command-line tool.
It includes some built-in features;
* Create file layouts for packages. For instance, paste create
--template=basic_package MyPackage will create a setuptools-ready
file layout.
* Serving up web applications, with configuration based on
paste.deploy.
Author: Ian Bicking <ianb at colorstudy com>
WWW: http://pythonpaste.org/script/
PR: ports/106759
Submitted by: Dryice Liu <dryice at dryice.name>
Approved by: alexbl (mentor, implicit)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 87eb19e1b0ee..00b0c777b6f7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -946,6 +946,7 @@ SUBDIR += py-openssl-proxy SUBDIR += py-paste SUBDIR += py-pastedeploy + SUBDIR += py-pastescript SUBDIR += py-prewikka SUBDIR += py-pullparser SUBDIR += py-qp |