diff options
author | timorl <timorl@disroot.org> | 2024-05-18 19:04:55 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-01 19:22:41 +0300 |
commit | 07ea581d9b0253da0e8e52c48893c84d64a80186 (patch) | |
tree | c8599d9c97b6d99bbd9eb84a93b7de00a0770428 /dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild | |
parent | dev-perl/GraphViz2: new package, add 2.67 (diff) | |
download | gentoo-07ea581d9b0253da0e8e52c48893c84d64a80186.tar.gz gentoo-07ea581d9b0253da0e8e52c48893c84d64a80186.tar.bz2 gentoo-07ea581d9b0253da0e8e52c48893c84d64a80186.zip |
dev-perl/Data-Section-Simple: new package, add 0.07
Signed-off-by: timorl <timorl@disroot.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild')
-rw-r--r-- | dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild b/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild new file mode 100644 index 000000000000..2969da359496 --- /dev/null +++ b/dev-perl/Data-Section-Simple/Data-Section-Simple-0.07.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Read data out of the DATA section" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.780.0 + test? ( + >=virtual/perl-Test-Simple-0.960.0 + ) +" |