summaryrefslogtreecommitdiff
path: root/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0-r1.ebuild
blob: a02a7e18110083870c067e9932bd54d8c4d5c515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ABIGAIL
DIST_VERSION=2017060201
inherit perl-module

DESCRIPTION="Provide commonly requested regular expressions"

LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"

BDEPEND="
	virtual/perl-ExtUtils-MakeMaker
	test? ( dev-perl/Test-Regexp )
"