diff options
Diffstat (limited to 'dev-perl/Data-Flow/Data-Flow-1.20.0.ebuild')
-rw-r--r-- | dev-perl/Data-Flow/Data-Flow-1.20.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-perl/Data-Flow/Data-Flow-1.20.0.ebuild b/dev-perl/Data-Flow/Data-Flow-1.20.0.ebuild new file mode 100644 index 000000000000..b4e43eb3d12d --- /dev/null +++ b/dev-perl/Data-Flow/Data-Flow-1.20.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ILYAZ +DIST_VERSION=1.02 +DIST_SECTION=modules +inherit perl-module + +DESCRIPTION="Perl extension for simple-minded recipe-controlled build of data" + +SLOT="0" +KEYWORDS="~amd64" |