blob: 1086a52876d17a2ad25d99a7f9e42190e9db9e03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.12 2005/07/10 20:10:32 swegener Exp $
inherit perl-module
DESCRIPTION="A Date/Time Parsing Perl Module"
HOMEPAGE="http://www.cpan.org/modules/by-module/Date/${P}.readme"
SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha ia64 ppc64"
IUSE=""
|