summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild')
-rw-r--r--dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
new file mode 100644
index 000000000000..954b212ca422
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=26
+inherit perl-module
+
+DESCRIPTION="HTML to text formatting using external programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/IPC-Run
+ dev-perl/URI
+ dev-perl/constant-defer
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ virtual/perl-ExtUtils-MakeMaker
+"