diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 20:14:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-22 21:26:42 +0200 |
commit | 2f143950699e960bedfe7b4bfb60d90f3caf4327 (patch) | |
tree | 369e99d74c90ec89a5dc058e7ecbaf90d6168c60 /dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild | |
parent | dev-perl/Array-Diff: New package, needed for Module-CPANTS-Analyse (diff) | |
download | gentoo-2f143950699e960bedfe7b4bfb60d90f3caf4327.tar.gz gentoo-2f143950699e960bedfe7b4bfb60d90f3caf4327.tar.bz2 gentoo-2f143950699e960bedfe7b4bfb60d90f3caf4327.zip |
dev-perl/Data-Binary: New package, needed for Module-CPANTS-Analyse
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild')
-rw-r--r-- | dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild b/dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild new file mode 100644 index 000000000000..b59e43b36dc7 --- /dev/null +++ b/dev-perl/Data-Binary/Data-Binary-0.10.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SNKWATT +DIST_VERSION=0.01 +inherit perl-module + +DESCRIPTION="Simple detection of binary versus text in strings" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |