diff options
author | pav <pav@FreeBSD.org> | 2004-01-03 05:30:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-03 05:30:46 +0800 |
commit | 82bc32a4e6f1e7178f49d08f5031e3b4a2eff06b (patch) | |
tree | c51a469b628524357bf66d36941500e87e5b6c7f /www/Makefile | |
parent | 2daae1360cb3c405ce98ecce9229e77bf30644ba (diff) | |
download | freebsd-ports-graphics-82bc32a4e6f1e7178f49d08f5031e3b4a2eff06b.tar.gz freebsd-ports-graphics-82bc32a4e6f1e7178f49d08f5031e3b4a2eff06b.tar.zst freebsd-ports-graphics-82bc32a4e6f1e7178f49d08f5031e3b4a2eff06b.zip |
Add zope-annotations, a generic way to add information to arbitrary Zope objects.
It is used by Silva Metadata to store metadata.
WWW: http://www.zope.org/Members/infrae/Annotations
PR: ports/60754
Submitted by: Tim Middleton <x@vex.net>
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 d9189c7cc98..9c69e19b55c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -581,6 +581,7 @@ SUBDIR += znavigator SUBDIR += zope SUBDIR += zope-FileSystemSite + SUBDIR += zope-annotations SUBDIR += zope-archetypes SUBDIR += zope-cmf SUBDIR += zope-cmf13 |