diff options
Diffstat (limited to 'perl-gcpan/Crypt-Argon2/Crypt-Argon2-0.006.ebuild')
-rw-r--r-- | perl-gcpan/Crypt-Argon2/Crypt-Argon2-0.006.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/perl-gcpan/Crypt-Argon2/Crypt-Argon2-0.006.ebuild b/perl-gcpan/Crypt-Argon2/Crypt-Argon2-0.006.ebuild new file mode 100644 index 0000000..00a627b --- /dev/null +++ b/perl-gcpan/Crypt-Argon2/Crypt-Argon2-0.006.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# This ebuild generated by g-cpan 0.16.9 + +EAPI=5 + +MODULE_AUTHOR="LEONT" +MODULE_VERSION="0.006" + + +inherit perl-module + +DESCRIPTION="Perl interface to the Argon2 key derivation functions" + +LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 riscv s390 sh sparc x86 ppc-aix amd64-linux arm-linux arm64-linux ppc64-linux x86-linux ppc-macos x86-macos x64-macos m68k-mint sparc-solaris sparc64-solaris x64-solaris x86-solaris x86-winnt x64-cygwin x86-cygwin" +IUSE="" + +DEPEND=">=dev-perl/Module-Build-0.422.400 + dev-lang/perl" |