summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-09 17:34:58 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-09 17:34:58 +0100
commitbac9556f73da9ac333933778ce81c053bd989a26 (patch)
treeda4df6abc6ad52afd906c19c1e489d4b1331f6b1 /dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
parentc83738e70baeab2df370c1c73b13bb8feb99eb11 (diff)
gentoo auto-resync : 09:04:2023 - 17:34:58
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
+"