blob: 7e764cb0aa2be6c9d88e76bfa3bf47df52437330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2002 Arcady Genkin <agenkin@thpoon.com>
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.40-r1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $
# Inherit from perl-module.eclass
inherit perl-module
DESCRIPTION="Perl date manipulation routines."
HOMEPAGE="http://www.perl.com/CPAN/authors/id/SBECK/${P}.readme"
SRC_URI="http://www.perl.com/CPAN/authors/id/SBECK/${P}.tar.gz"
mydoc="HISTORY TODO"
|