diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-15 18:56:31 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-15 20:14:02 +0200 |
commit | 613c1ed90f93671b536df657baf46f270df76c7d (patch) | |
tree | 8e6175c32e02ed95665d347e5e4e7ec4afc9cfc2 /dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild | |
parent | dev-perl/Net-LDAP-Server: EAPI=8 bump (diff) | |
download | gentoo-613c1ed90f93671b536df657baf46f270df76c7d.tar.gz gentoo-613c1ed90f93671b536df657baf46f270df76c7d.tar.bz2 gentoo-613c1ed90f93671b536df657baf46f270df76c7d.zip |
dev-perl/Net-LibIDN: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild')
-rw-r--r-- | dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild b/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild new file mode 100644 index 000000000000..a59a40ffea32 --- /dev/null +++ b/dev-perl/Net-LibIDN/Net-LibIDN-0.120.0-r3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=THOR +DIST_VERSION=0.12 +inherit perl-module + +DESCRIPTION="Perl bindings for GNU Libidn" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="net-dns/libidn:0=" +DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" |