blob: f52dae3e713c1a0c6a19506cf643427a47f33816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=1.7047
inherit perl-module
DESCRIPTION="Get, unpack, build and install modules from CPAN"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ~riscv x86"
|