summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2022-12-15 15:45:47 +0300
committerFlorian Schmaus <flow@gentoo.org>2023-04-14 21:58:14 +0200
commitc64faa186ca6f297a7a2b9b2feca5cb590e0ebeb (patch)
treed597431b5b49cd8a3574bef2a020be67bd746b1e /dev-perl/String-Random/String-Random-0.32.ebuild
parentprofiles/arch/powerpc/ppc32: mask dev-python/nbval[test] (needs sympy) (diff)
downloadgentoo-c64faa186ca6f297a7a2b9b2feca5cb590e0ebeb.tar.gz
gentoo-c64faa186ca6f297a7a2b9b2feca5cb590e0ebeb.tar.bz2
gentoo-c64faa186ca6f297a7a2b9b2feca5cb590e0ebeb.zip
dev-perl/String-Random: new package, add 0.32
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-perl/String-Random/String-Random-0.32.ebuild')
-rw-r--r--dev-perl/String-Random/String-Random-0.32.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/String-Random/String-Random-0.32.ebuild b/dev-perl/String-Random/String-Random-0.32.ebuild
new file mode 100644
index 000000000000..38917df2ec95
--- /dev/null
+++ b/dev-perl/String-Random/String-Random-0.32.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=0.32
+inherit perl-module
+
+DESCRIPTION="Perl module to generate random strings based on a pattern"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-perl/Module-Build"