diff options
author | Sam James <sam@gentoo.org> | 2024-07-15 02:50:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-15 02:50:00 +0100 |
commit | 1c3b484ea7ab1c2cd9d1c003282bdff3252de9c1 (patch) | |
tree | e469be37a81b1d6d0d2cf411b782ed4620090a69 /dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild | |
parent | dev-perl/IO-Socket-SSL: add 2.88.0 (diff) | |
download | gentoo-1c3b484ea7ab1c2cd9d1c003282bdff3252de9c1.tar.gz gentoo-1c3b484ea7ab1c2cd9d1c003282bdff3252de9c1.tar.bz2 gentoo-1c3b484ea7ab1c2cd9d1c003282bdff3252de9c1.zip |
dev-perl/Object-Pad: add 0.809.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild')
-rw-r--r-- | dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild b/dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild new file mode 100644 index 000000000000..dc6f6b133f75 --- /dev/null +++ b/dev-perl/Object-Pad/Object-Pad-0.809.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PEVANS +DIST_VERSION=0.809 +inherit perl-module + +DESCRIPTION="Simple syntax for lexical field-based objects" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + >=dev-perl/XS-Parse-Keyword-0.390.0 + >=dev-perl/XS-Parse-Sublike-0.150.0 +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-0.400.400 + test? ( + >=virtual/perl-Test2-Suite-0.0.148 + ) +" |