blob: 61e1e08f59ed515311cc23b607861ef7056e55b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2005 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.4 2005/04/24 22:18:23 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="x86 sparc ~amd64 ~ppc"
IUSE=""
|