blob: 5d323e58fb270685f96c1bdc9731e7367b20f5b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Astro-SunTime/Astro-SunTime-0.01.ebuild,v 1.10 2006/10/20 21:33:34 mcummings Exp $
inherit perl-module
DESCRIPTION="Provides a function interface to calculate sun rise/set times."
HOMEPAGE="http://search.cpan.org/search?query=${PN}"
SRC_URI="mirror://cpan/authors/id/R/RO/ROBF/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ia64 ppc x86"
IUSE=""
SRC_TEST="do"
DEPEND="dev-perl/Time-modules
dev-lang/perl"
RDEPEND="${DEPEND}"
|