diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-11 22:18:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-11 22:18:25 +0000 |
commit | ace5a34e6a48991b6d4536dbf39739554f9bf17d (patch) | |
tree | d699c441b8f690be4a9f225b9cbba84557e4d3f7 /www/Makefile | |
parent | 5b2252f7492024473dbcdf63e16e3947b17de02e (diff) | |
download | ports-ace5a34e6a48991b6d4536dbf39739554f9bf17d.tar.gz ports-ace5a34e6a48991b6d4536dbf39739554f9bf17d.zip |
CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.
PR: ports/91686
Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=153316
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 787ca4d65762..67dc2c723d0d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -764,6 +764,7 @@ SUBDIR += py-HTMLgen SUBDIR += py-albatross SUBDIR += py-beautifulsoup + SUBDIR += py-cherrypy SUBDIR += py-clientform SUBDIR += py-cssutils SUBDIR += py-django |