summaryrefslogtreecommitdiff
path: root/dev-perl/Software-License/Software-License-0.104.7.ebuild
blob: adcc8700f76c2c3e9ef729abeff89f6a7213f79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=LEONT
DIST_VERSION=0.104007
inherit perl-module

DESCRIPTION="Packages that provide templated software licenses"

SLOT="0"
KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~sparc x86"

RDEPEND="
	dev-perl/Data-Section
	dev-perl/Text-Template
"
BDEPEND="
	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
	test? (
		>=virtual/perl-Test-Simple-0.960.0
		dev-perl/Try-Tiny
	)
"