blob: c453eadce81d3216e632e672af0591afa9d06d46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2009 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.13 2009/07/06 20:55:02 jer 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://search.cpan.org/~eryq/"
SLOT="0"
LICENSE="GPL-1"
KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
DEPEND="dev-lang/perl"
|