blob: b7d5dd25b76237f0cdec53f7096193621235e7b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
# Author: Thilo Bangert <bangert@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-vmailmgr/qmail-vmailmgr-0.0.1-r1.ebuild,v 1.2 2002/04/27 21:46:44 bangert Exp $
S=${WORKDIR}
DESCRIPTION="qmail with vmailmgr - a fullfletched virtual domains hosting enviroment"
HOMEPAGE="http://vmailmgr.org"
RDEPEND=">=net-mail/qmail-1.03-r7
>=net-mail/vmailmgr-0.96.9-r1
>=net-mail/cvm-vmailmgr-0.3
>=net-mail/mailfront-0.74"
|