# $Id: Portfile 67042 2010-04-27 23:02:18Z ryandesign@macports.org $
PortSystem		1.0
PortGroup		zope 1.0

zope.setup		Archetypes 1.3.2
maintainers		nomaintainer
description		Framework for the dev of new Content Types in Zope CMF/Plone.
long_description	Archetypes (formerly known as CMFTypes) is a \
					framework designed to facilitate the building of \
					applications for Plone and CMF. Its main purpose \
					is to provide a common method for building \
					content objects, based on schema definitions. \
					Fields can be grouped for editing, making it \
					very simple to create wizard-like forms.
homepage		http://sourceforge.net/projects/archetypes/
master_sites	sourceforge:archetypes
distname		${zope.product}-${version}-final
checksums		md5 8dc93be44f2c199289ef28042126bcb6
platforms		darwin freebsd

depends_lib-append	port:zope-portaltransforms \
					port:zope-mimetypesregistry \
					port:zope-generator \
					port:zope-validation \
					port:zope-cmfformcontroller \
					port:zope-cmfplone

