diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild')
| -rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild new file mode 100644 index 000000000000..e78b2a728744 --- /dev/null +++ b/dev-perl/SQL-Abstract/SQL-Abstract-2.0.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MSTROUT +DIST_VERSION=2.000001 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Generate SQL from Perl data structures" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +RDEPEND=" + >=virtual/perl-Exporter-5.570.0 + >=dev-perl/Hash-Merge-0.120.0 + virtual/perl-Scalar-List-Utils + >=dev-perl/MRO-Compat-0.120.0 + >=dev-perl/Moo-2.0.1 + >=dev-perl/Sub-Quote-2.0.1 + >=dev-perl/Test-Deep-0.101.0 + >=virtual/perl-Text-Balanced-2.0.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Data-Dumper-Concise + virtual/perl-Storable + >=dev-perl/Test-Exception-0.310.0 + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Warn + ) +" |
