blob: feeb681790210f852b91da2f7fc05d23ec18a592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Convert-BinHex/Convert-BinHex-1.119.ebuild,v 1.8 2006/08/05 01:35:34 mcummings Exp $
inherit perl-module
DESCRIPTION="Extract data from Macintosh BinHex files"
SRC_URI="mirror://cpan/authors/id/E/ER/ERYQ/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Convert/${P}.readme"
SLOT="0"
LICENSE="GPL-1"
KEYWORDS="amd64 ia64 ~ppc sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
|