summaryrefslogtreecommitdiff
path: root/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild')
-rw-r--r--dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
new file mode 100644
index 000000000000..a9e4b2f7c1ef
--- /dev/null
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TJENNESS
+DIST_VERSION=0.61
+inherit perl-module
+
+DESCRIPTION="Convert Pod data to formatted LaTeX"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Pod-Parser
+ virtual/perl-if
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"