aboutsummaryrefslogtreecommitdiff
blob: 4c284e14de37e5828545b5c130bc1320740a6ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Params-Validate/Params-Validate-1.60.0.ebuild,v 1.3 2012/02/15 15:57:10 jer Exp $

EAPI=4

MODULE_AUTHOR=WYANT
MODULE_VERSION=0.056
inherit perl-module

DESCRIPTION="A Perl module to compute satellite passages for a given observing location"

SLOT="0"
LICENSE="Artistic-2"
KEYWORDS="~amd64 ~x86"
IUSE="json"

RDEPEND="json? ( dev-perl/JSON )"