14 lines
298 B
Bash
14 lines
298 B
Bash
# 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"
|