blob: c1eb37d1a17f5b065aa30912e0ebf8945938e33f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-TNEF/Convert-TNEF-0.17-r2.ebuild,v 1.20 2010/01/29 07:51:37 tove Exp $
EAPI=2
MODULE_AUTHOR=DOUGW
inherit perl-module
DESCRIPTION="A Perl module for reading TNEF files"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE=""
RDEPEND="dev-perl/MIME-tools"
DEPEND="${RDEPEND}"
|