summaryrefslogtreecommitdiff
blob: 463841afbe10421ab3dab4652c9eef9bd67f674b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/cmf/cmf-1.3.ebuild,v 1.1 2003/02/17 05:22:49 kutsuya Exp $

inherit zproduct

DESCRIPTION="Zope Content Management Framework. Services for content-oriented portal sites."

HOMEPAGE="http://cmf.zope.org/"
SRC_URI="${HOMEPAGE}/download/CMF-${PV}/CMF-${PV}.tar.gz"
S=${WORKDIR}/CMF-${PV}

LICENSE="ZPL"
KEYWORDS="~x86"

ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic"