13 lines
270 B
Bash
13 lines
270 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=OPI
|
|
DIST_VERSION=1.6
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="A set of modules to make the module developement easier"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|