diff options
author | Akinori Hattori <hattya@gentoo.org> | 2022-09-18 11:51:22 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2022-09-18 11:52:58 +0900 |
commit | 9aa45a8de4ea26516e729fa3afb7f66d5108e127 (patch) | |
tree | 3ba72c3098bcd5968a68b78cc4c8285f0dc555d1 /dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild | |
parent | dev-lang/go: keyword 1.19.1 for ~mips (diff) | |
download | gentoo-9aa45a8de4ea26516e729fa3afb7f66d5108e127.tar.gz gentoo-9aa45a8de4ea26516e729fa3afb7f66d5108e127.tar.bz2 gentoo-9aa45a8de4ea26516e729fa3afb7f66d5108e127.zip |
dev-perl/XS-Parse-Keyword: new upstream release
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild')
-rw-r--r-- | dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild new file mode 100644 index 000000000000..2f65d4a08d28 --- /dev/null +++ b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PEVANS +DIST_VERSION=0.25 +inherit perl-module + +DESCRIPTION="XS functions to assist in parsing keyword syntax" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND="" +BDEPEND="${RDEPEND} + dev-perl/ExtUtils-CChecker + dev-perl/Module-Build + virtual/perl-ExtUtils-CBuilder + virtual/perl-ExtUtils-ParseXS" |