diff options
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 +" |