blob: de7bbd3aaf3215488a7de331be1266c4b09876b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Mail_Mime/PEAR-Mail_Mime-1.3.1-r1.ebuild,v 1.8 2006/01/22 07:43:04 halcy0n Exp $
inherit php-pear-r1
DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages"
LICENSE="PHP"
SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
IUSE=""
|