aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Astro-satpass/Astro-satpass-0.067-r2.ebuild')
-rw-r--r--dev-perl/Astro-satpass/Astro-satpass-0.067-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Astro-satpass/Astro-satpass-0.067-r2.ebuild b/dev-perl/Astro-satpass/Astro-satpass-0.067-r2.ebuild
new file mode 100644
index 0000000..02a6fc2
--- /dev/null
+++ b/dev-perl/Astro-satpass/Astro-satpass-0.067-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.067
+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"
+
+BDEPEND="dev-perl/Module-Build"
+RDEPEND="json? ( dev-perl/JSON )"