summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 10:54:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-03 14:12:07 +0200
commit35ed4c1d76ba0b1fc8b197e463de0838197ff1cc (patch)
tree44b709dc944006d1f1dab3a3429426703f3835e5 /dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild
parentkde-apps/konqueror: Drop 21.08.1 (r0) (diff)
downloadgentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.tar.gz
gentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.tar.bz2
gentoo-35ed4c1d76ba0b1fc8b197e463de0838197ff1cc.zip
dev-perl/WWW-Form-UrlEncoded: Version bump 0.26
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild')
-rw-r--r--dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild
new file mode 100644
index 000000000000..48389975a071
--- /dev/null
+++ b/dev-perl/WWW-Form-UrlEncoded/WWW-Form-UrlEncoded-0.260.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.26
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="parser and builder for application/x-www-form-urlencoded"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+xs"
+
+RDEPEND="
+ virtual/perl-Exporter
+ xs? ( >=dev-perl/WWW-Form-UrlEncoded-XS-0.190.0 )
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.400.500
+ test? (
+ >=virtual/perl-JSON-PP-2.0.0
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"