blob: 89219aa940046c6ba50b2362ab067fbfbd1f27a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2004 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.3 2004/07/14 16:59:43 agriffis Exp $
inherit perl-module
DESCRIPTION="Extract data from Macintosh BinHex files"
SRC_URI="http://www.cpan.org/modules/by-module/Convert/${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=""
|