17 lines
517 B
Bash
17 lines
517 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/encoding-warnings/encoding-warnings-0.11.ebuild,v 1.1 2012/01/29 18:02:50 dilfridge Exp $
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Warn on implicit encoding conversions"
|
|
HOMEPAGE="http://search.cpan.org/~audreyt/"
|
|
SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz"
|
|
|
|
LICENSE="|| ( Artistic GPL-2 )"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-lang/perl"
|