| 1 |
armin76 |
1.21 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
mcummings |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
tove |
1.22 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild,v 1.21 2012/03/19 19:42:15 armin76 Exp $
|
| 4 |
mcummings |
1.1 |
|
| 5 |
|
|
inherit perl-module
|
| 6 |
|
|
|
| 7 |
|
|
DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
|
| 8 |
mcummings |
1.12 |
SRC_URI="mirror://cpan/authors/id/R/RB/RBOW/${P}.tar.gz"
|
| 9 |
mcummings |
1.20 |
HOMEPAGE="http://search.cpan.org/~rbow/"
|
| 10 |
mcummings |
1.1 |
|
| 11 |
|
|
SLOT="0"
|
| 12 |
rac |
1.8 |
LICENSE="|| ( Artistic GPL-2 )"
|
| 13 |
armin76 |
1.21 |
KEYWORDS="alpha amd64 ppc ppc64 x86"
|
| 14 |
agriffis |
1.7 |
IUSE=""
|
| 15 |
ian |
1.19 |
SRC_TEST="do"
|
| 16 |
mcummings |
1.1 |
|
| 17 |
mcummings |
1.17 |
DEPEND="virtual/perl-Test-Simple
|
| 18 |
mcummings |
1.18 |
virtual/perl-Test-Harness
|
| 19 |
|
|
dev-lang/perl"
|